当我想通过remote_cache进行部署时,我遇到了capistrano的问题。 它的工作正常:复制。
我收到了这个错误:
[ssh.alwaysdata.com] executing command
** [ssh.alwaysdata.com :: err] Permission denied (publickey).
** [ssh.alwaysdata.com :: err] fatal: The remote end hung up unexpectedly
我已经在我的服务器和我的github&上设置了我的ssh密钥。 bitbucket帐户......所以我不明白为什么会出现一个公钥问题。
这是我的测试项目的回购:https://bitbucket.org/valentincaen/deploy_-remote_cache
谢谢,
的Valentin
答案 0 :(得分:0)
我已经解决了这个问题,我的ssh密钥上只有一个密码。我生成了一个没有密码的新密钥,它正在工作