git:使用Capistrano部署rails app时找不到

时间:2014-04-27 18:51:41

标签: ruby-on-rails ruby git capistrano

通过Capistrano部署到我的生产服务器时,我收到以下错误

runs bundle install
    git: not found
*** [err :: 192.241.188.227] 
 ** [out :: 192.241.188.227] Git error: command `git clone
 ** [out :: 192.241.188.227] 'http://github.com/seyhunak/twitter-bootstrap-rails.git'
 ** [out :: 192.241.188.227] "/home/rails/shared/bundle/ruby/2.0.0/cache/bundler/git/twitter-bootstrap-rails-8f29c1fbdcb3b4ce0a576f6b5ec783bc3a7826da"
 ** [out :: 192.241.188.227] --bare --no-hardlinks --quiet` in directory /home/rails/releases/20140427184415
 ** [out :: 192.241.188.227] has failed.

这是我在Gemfile中包含的内容     gem'trip-bootstrap-rails',: git => 'http://github.com/seyhunak/twitter-bootstrap-rails.git',: branch => 'bootstrap3'

它在开发机器上完美运行。

任何可能导致此问题的想法?

0 个答案:

没有答案