I have read the GitHub questions here rather thoroughly, but couldn't find the clue to my problem. I have created new git repo and now I'm trying to push it to GitHub:
git remote add origin git@github.com:clergyman/first_app.git
git push origin master
I get:
FATAL ERROR: Disconnected: No supported authentication methods available
fatal: The remote end hung up unexpectedly
ssh git@github.com
works fine.
I'm running on 32 bits windows 7.
GitHub global settings are fine too. Any ideas?