Capistrano deployment in Windows: Do not use forward_agentH
The title is quite weird. I'm following the #335 Deploying to a VPS and
get same problem here: Capistrano deployment from Windows using
forward_agent option: "Error reading response length from authentication
socket."
I think the problem is on agent-forwarding, and I decide to not use it at
this moment.
How to do it?
I found this: How to Configure Capistrano to Deploy from Local Git
Repository?
Does forward_agent is clone repo from remote? Then I think I should do
something to just git clone it from my local machine intead of the git
repo and comment out set :deploy_via, :remote_cache and
ssh_options[:forward_agent] = true ?
A traditional(without forward_agent) deploy.rb copy would be helpful
No comments:
Post a Comment