我正在尝试在我的rails 4应用程序中设置一个临时服务器。当我运行'cap staging deploy‘时,该命令中止,并显示以下错误:
The deploy has failed with an error: #<SSHKit::Command::Failed: bundle exit status: 7
bundle stdout: Nothing written
bundle stderr: Nothing written“cap abort”如下:
Could not find font-awesome-sass-4.0.2 in any of the sources对于如何找到这意味着什么,有什么想法吗?Font and sass 4.0.2绝对是在我的gemfile中安装的。
发布于 2014-10-31 14:03:45
我不知道这个问题的根本原因,但我在paper_trail上遇到了同样的问题,更新到更高的版本,然后重新部署为我做了这件事。
https://stackoverflow.com/questions/23695119
复制相似问题