即使一切都是最新的,Git Push Heroku Master也拒绝了

时间:2017-12-17 19:11:50

标签: ruby-on-rails git github heroku

我真的很困惑 - 我对我的应用做了一些更改,并且需要将更改推送到heroku。

我已经运行git add . git commit -m "message"git push origin master(我的所有工作都在主分支上),并收到Everything up to date.

的消息

然而,当我立即运行git push heroku master后,我收到一条消息Updates were rejected because the tip of your current branch is behind its remote counterpart. Integrate the remote changes (e.g. 'git pull ...') before pushing again.

当我运行git pull origin master时,它会显示Already up-to-date。所以我真的很困惑这里背后的东西,或者我需要做什么!

1 个答案:

答案 0 :(得分:0)

使用source-tree并检查文件状态,然后尝试推送。

  

https://www.sourcetreeapp.com/