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 [email protected]: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 [email protected]
works fine.
I'm running on 32 bits windows 7.
GitHub global settings are fine too. Any ideas?