push rails app to heroku

后端 未结 8 1606
慢半拍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:28

    I encountered the same errors working through Chapter 1 of Michael Hartl's Rails Tutorial. They were eventually resolved by issuing another git commit command after opening a Heroku account and configuring the SSH keys: git commit -a -m "Heroku recommit"

    git push heroku master then succeeded.

提交回复
热议问题