Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
git push heroku主机不工作_Heroku_Nitrousio_Nitrous - Fatal编程技术网

git push heroku主机不工作

git push heroku主机不工作,heroku,nitrousio,nitrous,Heroku,Nitrousio,Nitrous,我尝试了“bundle install”命令和“bundle update”,但似乎没有任何效果。下面的部分如何: I am trying to push my code to heroku and this appears as an error: -----> Ruby app detected -----> Compiling Ruby/Rails -----> Using Ruby version: ruby-2.0.0 -----> Installing dep

我尝试了“bundle install”命令和“bundle update”,但似乎没有任何效果。

下面的部分如何:

I am trying to push my code to heroku and this appears as an error:
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.0.0
-----> Installing dependencies using 1.7.12
       Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
       You are trying to install in deployment mode after changing
       your Gemfile. Run `bundle install` elsewhere and add the
       updated Gemfile.lock to version control.
       You have deleted from the Gemfile:
       * 1.10.0.pre
       Bundler Output: You are trying to install in deployment mode after changing
       your Gemfile. Run `bundle install` elsewhere and add the
       updated Gemfile.lock to version control.

       You have deleted from the Gemfile:
       * 1.10.0.pre
 !
 !     Failed to install gems via Bundler.
 !
Git中是否包含Gemfile.lock

and add the updated Gemfile.lock to version control