I've been trying to set up my Rails project on Heroku from Ubuntu (I was using Windows, but decided to change). I'm having trouble with the public key. At first I just copied my key from windows and heroku add:keys
it. It didn't work and I kept getting Permission Denied (Public Key)
when I tried to clone. I also tried to generate new keys, remove old keys and add new ones, I've tried pretty much every solution I could find here on StackOverflow and Google:
Permission denied (publickey) when deploying heroku code. fatal: The remote end hung up unexpectedly
http://www.rorexperts.com/git-push-heroku-master-permission-denied-publickey-t2280.html
How come Heroku is giving a permission denied error?
http://zylstra.wordpress.com/2008/08/29/overcome-herokus-permission-denied-publickey-problem/
http://www.ruby-forum.com/topic/208308
https://groups.google.com/forum/?fromgroups#!topic/heroku/SgiGDafu4Gg
http://eveningsamurai.wordpress.com/2011/07/13/herokus-permission-deniedpublickey-problem/
None of these helped... is there anything else that could be wrong? Is there any other information I can give to make it easier to spot the problem?