Back

无法部署capistrano ( Capistrano cannot deploy code, because Net::SSH::AuthenticationFailed: Authentication failed )

发布时间: 2014-06-19 08:15:00

solution:  

# add to Gemfile: 

gem 'net-ssh', '2.7.0'   

done. 

refer to: http://stackoverflow.com/questions/21811026/capistrano-cannot-deploy-code-because-netsshauthenticationfailed-authentic

Back