I'm trying to take over another project that's deployed with capistrano and git. I disabled the previous developer's login, created my own, made myself a sudoer, set up ssh keys on the server for myself.
I've set :user to myself in the capfile, and ssh_options[:forward_agent] = true When I try to do a cap deploy, it fails with this: remote: Compressing objects: 60% (3/5) remote: Compressing objects: 100% (5/5), done. ** remote: Total 5 (delta ** [98.129.236.146 :: out] remote: 0), reused 0 (delta 0) ** [98.129.236.146 :: out] error: unable to create temporary sha1 filename .git/objects/2a: File exists .git/objects/2a in the current checkout is owned by me. What am I missing? -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
