push rails app to heroku

后端 未结 8 1541
慢半拍i
慢半拍i 2020-12-15 05:54

I am trying to push a rails application to heroku.

When I get to the last step:

git push heroku master

It doesn\'t work and gives m

8条回答
  •  有刺的猬
    2020-12-15 06:34

    I just had the same problem trying to push my app to heroku and none of the above answers fixed it.

    I solved the issue by emptying my RVM Gemset with rvm gemset empty, deleting my Gemfile.lock (probably best to just rename it) and reinstalling my gems. Pushing worked fine after this.

提交回复
热议问题