【发布时间】:2013-12-13 11:37:30
【问题描述】:
当我想通过 remote_cache 部署时,我遇到了 capistrano 的问题。 它在 :copy 上运行良好。
我收到了这个错误:
[ssh.alwaysdata.com] executing command
** [ssh.alwaysdata.com :: err] Permission denied (publickey).
** [ssh.alwaysdata.com :: err] fatal: The remote end hung up unexpectedly
我已经在我的服务器以及我的 github 和 bitbucket 帐户上设置了我的 ssh 密钥……所以我不明白为什么会出现公钥问题。
这是我的测试项目的回购:https://bitbucket.org/valentincaen/deploy_-remote_cache
谢谢,
瓦伦丁
【问题讨论】:
标签: ssh capistrano