--
* You received this message because you are subscribed to the Google Groups "Capistrano" group.
* To post to this group, send email to capis...@googlegroups.com
* To unsubscribe from this group, send email to capistrano+...@googlegroups.com For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
> "git push" and "git pull" work fine, but oddly "cap deploy" leads to the
> "Permission denied (publickey)" error....
What does
ssh g...@github.com
produce, on both your new laptop and the server itself?
For details on what to expect and how to fix it if it fails, see:
http://help.github.com/mac-set-up-git/
HTH,
--
Hassan Schroeder ------------------------ hassan.s...@gmail.com
http://about.me/hassanschroeder
twitter: @hassan
Execute it in your new laptop.
Sorry for be brief , I'm replying from my mobile.
Sent from my Samsung Galaxy SII
Wow.. that did it. So all I had to do was run "ssh-add" in the cmd. Thank you!Just curious - would editing the email at the end of any of the ssh keys anywhere (from the authorized_keys2 file on the server to the id_rsa.pub file I have on my computer and on GitHub) affect anything? Someone told me they don't matter...
--
ssh g...@github.com works successfully on my new laptop. i.e. it returns the proper output mentioned here: http://help.github.com/mac-set-up-git/Changing the email at the end does not affect anything. Well, I had to do ssh-add again oddly, but I'm not concerned about that.Thank you.
--