I had this same error message using a different command. I discovered that if you install the heroku gem, you can run "heroku help" and that gives some clues.
I then did "heroku keys:add" and everything started working. On Jul 11, 11:03 am, Al Chou <[email protected]> wrote: > Please forgive the newbie question, but searching the list's archive > for > > publickey git clone garden herokugarden > > yields nothing. I'm just trying to grab a copy of my code from > HerokuGarden for the first time so I can play with it locally: > > $ git clone -o garden [email protected]:tweetannotater.git > Initialized empty Git repository in /Users/al/git_workspace/ > tweetannotater/.git/ > Permission denied (publickey). > fatal: The remote end hung up unexpectedly > $ > > I haven't seen a place I can upload an SSH public key into > HerokuGarden.... > > Al --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
