Vanilla 1.1.8 is a product of Lussumo. More Information: Documentation, Community Support.
I am having the exact same problem.
To add some information to this, I have just tried adding the server to gitosis.conf file and I still get this error as well.
Anyone know what we are doing wrong?
Based on the info I found on this page:
http://blog.theedgecase.com/2008/7/15/easier-capistrano-deployments-from-github
I added the following to my deploy.rb
set :ssh_options, {:forward_agent => true}
on :start do
`ssh-add`
end
At least this got me pass the above problem (only to find another problem). Boy! Setting up a rails applications is difficult to do.
:)
1 to 4 of 4