Still working through deploying a Rails app (if you’ve been following along, I got Subversion plugged in yesterday). Today was setting up the deployment by running:
rake remote:setup
The process kept erroring out saying:
No File or Directory - /tmp/501/SSHKeychain.socket
Turns out I had a bunch of cruft in ~/.MacOSX/properties.plist
. After cutting out the offending xml and restarting. Everything worked as expected.
I have the same error, but I don’t have any properties.plist file that’s in a .MacOSX folder anywhere – just calendar stuff. Curious if it was something else.
try this
You can temporarily fix this in the console by typing: unset SSH_AUTH_SOCK
it worked for me. found it on another site