On 8/04/2008, at 12:40 AM, chris wrote: > Is it a mismatch between the git server and deployment server? I have > the same public key on the git server and the web server. Is there > something more that I need?
Github changed their ssh host-key a while back, I believe. If you remove the old line from .ssh/known_hosts that is shown when you do ssh [EMAIL PROTECTED] That should fix the problem. You could probably check whether the ssh connection to github is working by doing the following, $ cap ROLES=app COMMAND="ssh [EMAIL PROTECTED]" invoke It should return something like: > I can't do that, my_user_name. Cheers, Tim --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
