Error deploying to heroku

后端 未结 4 1617
刺人心
刺人心 2021-02-10 00:37

Please help. I have absoluty no idea what\'s wrong. The rails app works on my local machine.

If I do this:

git push heroku master
         


        
4条回答
  •  独厮守ぢ
    2021-02-10 01:17

    This appears to just be a timeout from your push being too large.

    I got around this by doing a git reset to a SHA that was around 500 commits back, pushing that, and then pushing the rest of my repo.

提交回复
热议问题