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?

Thanks for the help

==============
cap deploy:cold
  * executing `deploy:cold'
  * executing `deploy:update'
 ** transaction: start
  * executing `deploy:update_code'
    updating the cached checkout on all servers
  * executing "if [ -d /var/rails/my_app/shared/cached-copy ]; then
cd /var/rails/my_app/shared/cached-copy && git fetch origin && git
reset --hard 045057e63a956c5c1ac5f11e8b1a191763cd5136; else git clone
[EMAIL PROTECTED]:my_user_name/my_app.git /var/rails/my_app/shared/cached-
copy && cd /var/rails/my_app/shared/cached-copy && git checkout -b
deploy 045057e63a956c5c1ac5f11e8b1a191763cd5136; fi"
    servers: ["liXX-XX.members.linode.com"]
    [liXX-XX.members.linode.com] executing command
 ** [out] Initialized empty Git repository in /var/rails/my_app/shared/
cached-copy/.git/
 ***********
 ** [err] Host key verification failed.
 ***********
 ** [err] fatal: The remote end hung up unexpectedly
 ** [err] fetch-pack from '[EMAIL PROTECTED]:my_user_name/my_app.git'
failed.
    command finished


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to