I am trying to push my local git repository to heroku using the following command (this is on a Windows 7 machine):
git push heroku master
However this brings up a popup showing the following error:
PuTTY Fatal Error
No supported authentication methods available (server sent: publickey)
I am wondering how PuTTY even comes into play here. Yes, I do have PuTTY installed on the machine, but the git command above should be simply reading my key from ~/.ssh directory where it is stored.