Getting "permission denied" errors in Capistrano 2.1 and can't explain why? Me too. Adding this to deploy.rb seems to fix it:
default_run_options[:pty] = true
Explanation here.
Getting "permission denied" errors in Capistrano 2.1 and can't explain why? Me too. Adding this to deploy.rb seems to fix it:
default_run_options[:pty] = true
Explanation here.