Permission Denied errors with Capistrano 2.1

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.

Tags: capistrano  Meta: 0 comments, permalink

Comments

Leave a response

Comment