Capistrano Deploy Error
I was running a deployment using Capistrano earlier and came across a strange error. The error said:
1
Errno::ENOENT: No such file or directory - /tmp/501/SSHKeychain.socket
This was a puzzling error, but I think I finally traced it back to an installation of SSHKeyChain (which I ended up uninstalling). To fix the error, I ran the following command, after which Capistrano started to work again.
1
unset SSH_AUTH_SOCK
This resolved the problem on my MacBook Pro, running Leopard and Capistrano 2.2.
This post is licensed under CC BY 4.0 by the author.