remote rejected master -> master (pre-receive hook declined)

后端 未结 21 1933
我在风中等你
我在风中等你 2020-11-30 01:31

I\'m working in rails 3.2 and I receive an error when I try to push to heroku:

 git push heroku master
Counting objects: 496, done.
Delta compression using u         


        
21条回答
  •  佛祖请我去吃肉
    2020-11-30 02:18

    If you get this error and the terminal is not descriptive enough to help you, Heroku might be able to tell you what is wrong through their website. Try the following:

    1. log in to Heroku and go to your dashboard;
    2. select the problem application from the list; and,
    3. check the build logs under the "Activity" tab.

    In my case, I had accidentally ignored my Gemfile.lock.

提交回复
热议问题