$ git remote add origin git@github.com:lut/EvolutionApp.git fatal: remote origin already exists. $ git push -u origin master fatal: \'EvolutionApp\' does not appear
You might have to add the remote again. That error message happens when Git doesn't know where to push to.
Use git remote -v check if the remote exists, if not, add it.
git remote -v
Even then if it doesn't work try removing the GIT_SSH environment variable, this maybe causing the problem.
GIT_SSH