我用在线编辑器制作的提交在本地没有“git pull”。我明白了:
* branch HEAD -> FETCH_HEAD
Already up-to-date.
我在网上验证过,编辑提交确实没有在本地出现。
因此,我无法推动新的本地更改:
hint: Updates were rejected because the remote contains work that you do
hint: not have locally.
我需要做什么才能继续?
编辑:
我做了'git fetch'和'git merge'。结束解决与在线编辑相对应的所有冲突。然后'git push'。我想也许这与分支没有被“跟踪”有关。不知道