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 to use 'id_dsa'
as my default identify file with ssh.  After changing this to id_rsa
the heroku clone worked like a dream.

On Jul 8, 4:27 pm, MichaelHarmer <[EMAIL PROTECTED]> wrote:
> 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/michael/Documents/projects/
> temp-for-deleting-later/.git/
> Permission denied (publickey).
> fatal: The remote end hung up unexpectedly
> fetch-pack from '[EMAIL PROTECTED]:temp-for-deleting-later.git' failed.
> ----------------
>
> I can happily list the heroku apps using 'heroku list'.  I've created
> a new heroku app to see if my old app was behaving oddly in some way
> but still get the error.  I've also tried deleting the ~/.heroku/
> credentials file again to no avail.
>
> Any ideas would be gratefully appreciated.
>
> Cheers,
> Michael
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to