我使用Heroku create
在我当前的app目录中创建了一个新的Heroku应用程序并运行了这个:
MyMac:bodb pawel$ git push heroku master
Counting objects: 359, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (291/291), done.
Writing objects: 100% (359/359), 13.83 MiB | 2 KiB/s, done.
Total 359 (delta 40), reused 0 (delta 0)
! Heroku push rejected due to an unrecognized error.
! We've been notified, see http://support.heroku.com if the problem persists.
To git@heroku.com:myproject.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:myproject.git'
我的rails应用程序在Ruby 1.8.7
上运行,但即使--stack bamboo-ree-1.8.7
上的Heroku应用程序也失败了。
我还运行bundle install
,我的Gemfile是最新的。
答案 0 :(得分:3)
我不知道为什么提交被破坏了,但是联系了Heroku并将它们整理出来。
答案 1 :(得分:2)
当我更改了Gemfile但没有运行bundler并因此修改了Gemfile.lock
时,我遇到了这个错误