@Al : I think You need to add your Keys to heroku properly

Check this:
http://docs.heroku.com/git#setting-up-ssh-public-keys

@Jonathan:

Your error can occur for many reasons. You shoud initialize a git
repository in your app folder by

git init

and then add the remote separately. I generally do it, because it so
happens that sometimes remote is not added

automatically despite the message:

git remote add heroku http://radiant-frost-42.heroku.com/

Hope that helps.

Thanks

Saurabh

On Jul 30, 7:03 am, Jonathan Tran <[email protected]> wrote:
> I got this same error trying to migrate from the garden to heroku.com
> following instructions here:http://herokugarden.com/transition/move
>
> Using the heroku 1.0 gem in my project dir that was cloned from
> herokugarden...
>
> $ heroku create
> Createdhttp://radiant-frost-42.heroku.com/| [email protected]:radiant-
> frost-42.git
> Git remote heroku added
> $ git push heroku master
> Permission denied (publickey).
> fatal: The remote end hung up unexpectedly
> $
>
> I haven't seen a place to upload a public key on heroku.com either.
>
> Thanks for any help!
>
> 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/Permissiondenied (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
-~----------~----~----~----~------~----~------~--~---

Reply via email to