如何解决从git存储库中的gem“未检出的错误。请运行`bundle install`”

时间:2011-12-06 03:30:42

标签: ruby-on-rails git gem bundler foreman

我已经把头发撕了一个星期试图让一个项目在当地运行。

bundle install运行正常但是当我运行foreman start时,我收到此错误:

git://github.com/ {repo_path} .git(在主站)未签出。请运行`bundle install`

我已经在Stackoverflow中进行了搜索,仍然无法使其正常工作。

操作系统:狮子座 Rails:3.1.3 Ruby:1.9.3-p0 Bundler:1.0.21

有什么想法吗?

2 个答案:

答案 0 :(得分:1)

确保指定您的foreman进程在当前的bundler环境中执行。应用程序根目录中Procfile中的示例行:

web: bundle exec thin start

答案 1 :(得分:0)

毋庸置疑,我花了很多时间尝试一切来解决这个问题。完成所有故障排除步骤后,最终解决了这个问题:

https://github.com/carlhuda/bundler/blob/master/ISSUES.md

祝你好运!