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?
The solution is somehow change default ssh client for git from pegeant to openSsh. E.g. reinstall git and check openSSH in the corresponding window (not pegeant or something), if you have just installed git and haven’t started to work woth it yet.