> On Mar 6, 1:15 am, ebdb <[EMAIL PROTECTED]> wrote:> On Mar 5, 8:33 pm, "John > Barnette" <[EMAIL PROTECTED]> wrote: > > > > 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 found success by generating an rsa key instead of my usual dsa. > > > $ ssh-keygen -t rsa > > > Hope that helps. > > > Ethan
> I tried that command and I still get the same error. Did you specify a > location for the key pair other than the default? > "Top posting", dude. Check out how I reordered the messages. Some people will really go nuts if you do that. To answer your question, I just used the default location. I also ran... $ heroku upload_authkey According to the video, or docs, or something that step happens automatically, but I found that I had to do it explicitly. Ethan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
