(Using Vista)I\'m trying to clone an app from my GitHub Repository and push it into Heroku. Okay, so I\'ve tried to create an SSH key so many times with this:
`
I had a similar problem. Running the following command fixed it for me:
heroku keys:add ~/.ssh/id_rsa.pub
Substitute "~/.ssh/id_rsa.pub" with your path to your id_rsa.pub file.