Re: Heroku gem - "Permission denied (publickey)" upon heroku clone

2008-07-08 Thread MichaelHarmer
I've worked out what was wrong, so I'm documenting it here in case others have the same problem. To work around an ssh problem after my upgrade to OS X 10.5 (see http://lists.macosforge.org/pipermail/macports-users/2007-November/006646.html) I added a line to my ~/.ssh/config file that told it t

Heroku gem - "Permission denied (publickey)" upon heroku clone

2008-07-07 Thread MichaelHarmer
Hi All, I'm having a hell of a time trying to clone my app from heroku. I've created (and re-created) my rsa file using 'ssh-keygen -t rsa' and have uploaded it using 'heroku upload_authkey ~/.ssh/id_rsa.pub'. The error I get is: Initialized empty Git repository in /Users/michae