ruby-on-rails SSHKit::Runner::ExecuteError:Exception while executing as [email protected]:No digester supplied

vs91vp4v  于 5个月前  发布在  Ruby
关注(0)|答案(2)|浏览(47)

我这样设置capistrano:https://gorails.com/deploy/ubuntu/16.04使用每个gem的最新版本。
当我想执行“cap production deploy“时,得到的结果如下:

"(Backtrace restricted to imported tasks)
cap aborted!
SSHKit::Runner::ExecuteError: Exception while executing as [email protected]: No digester supplied

Caused by:
No digester supplied

Tasks: TOP => rbenv:validate
(See full trace by running task with --trace)"

字符串
所以我在编码方面还是个新手,我仍然需要学习一些东西。有人能告诉我这条消息是怎么回事吗?我在谷歌上找不到任何东西。它很神秘。如果你需要更多的细节,请让我知道。

hpxqektj

hpxqektj1#

刷新ssh-agent信息:
eval ssh-agent
ssh-add ~/.ssh/id_rsa
然后再试一次(& T)

jfewjypa

jfewjypa2#

使用ssh-add也可以解决这个问题。

相关问题