0

我正在尝试通过 capistrano 任务配置刀命令行工具,并在遇到以下行时遇到问题

system "knife configure --yes --defaults -s ... -c ... -u ... -r ..."

它说这个

Could not find net-ssh-2.6.5 in any of the sources
Run `bundle install` to install missing gems.

我确实安装了这个 gem,我相信它是随厨师一起提供的。我认为这与 Capistrano 运行的环境有关。

4

1 回答 1

0

卸载厨师:

gem uninstall chef

并重新安装它:

gem install chef
于 2014-02-01T19:16:10.040 回答