you want two different private keys - which you have. On your new machine, run "heroku keys:add" one time first, and you should be good to go.
Oren On Sun, Feb 28, 2010 at 7:38 PM, Roy Pardee <[email protected]> wrote: > Hey All, > > This may be more of a git question. I've got a heroku app I'm working on > successfully from my work computer & would like to play w/it from home as > well. When I go to heroku.com my app's git repo is listed as > [email protected]:vdw.git. But my attempt to clone that repo was > rebuffed--dig it: > > r...@zoidberg /c/railsapps/vdw > $ git clone [email protected]:vdw.git > Initialized empty Git repository in c:/railsapps/vdw/vdw/.git/ > The authenticity of host 'heroku.com (75.101.163.44)' can't be > established. > RSA key fingerprint is 8b:48:5e:67:0e:c9:16:47:32:f2:87:0c:1f:c8:60:ad. > Are you sure you want to continue connecting (yes/no)? yes > Warning: Permanently added 'heroku.com,75.101.163.44' (RSA) to the > list of known hosts. > Permission denied (publickey). > fatal: The remote end hung up unexpectedly > > I'm guessing there's a private key I need to move off my work machine & > onto home? If so--can anybody tell me where to find it/how to move it? > (I'm using msysgit on windows in case that's important). > > Many thanks! > > -Roy > > -- > Roy Pardee > http://facebook.com/rpardee > > -- > 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]<heroku%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > -- 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.
