On Wed, Mar 5, 2008 at 7:16 PM, holczer <[EMAIL PROTECTED]> wrote: > > When I try to use the API to get a local copy of my app, I get an > error. Below is the output of the command "heroku clone dash": > > Initialized empty Git repository in /Users/mike/ruby/dash/.git/ > Permission denied (publickey). > fatal: The remote end hung up unexpectedly > fetch-pack from '[EMAIL PROTECTED]:dash.git' failed. > > Anyone know what I am doing wrong?
Do you possibly use a DSA key with SSH normally? When I first started playing with the gem, I didn't have an RSA key. After I generated (and uploaded) one, All my connections failed in the same way. I assume that authentication was trying my DSA key first and failing. I fixed my problem by manually editing the heroku gem and encouraging it to upload my DSA public key instead, but I don't necessarily recommend it. :) ~ j. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
