我正在尝试将一个提交推送到 origin master。但是我收到一个错误,说我首先需要获取然后合并,但是在拉取后我得到了这个错误。任何想法,将不胜感激。
Richard@RICHARD-PC /e/Work/MH (master)
$ git pull
remote: Counting objects: 27, done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 14 (delta 8), reused 0 (delta 0)
Unpacking objects: 100% (14/14), done.
From file:///V:\
930430f..3a55dca master -> origin/master
Auto-merging project/src/main/java/com/company/project/outgoing/HttpsCallService.java
Merge made by the 'recursive' strategy.
.../java/com/company/project/auth/BcagHmacGenerator.java | 2 +-
.../com/company/project/outgoing/HttpsCallService.java | 16 ++--------------
deployLocal.sh | 2 +-
3 files changed, 4 insertions(+), 16 deletions(-)
Richard@RICHARD-PC /e/Work/MH (master)
$ git push origin 72ba712:master
To file:///V:\
! [rejected] 72ba712 -> master (non-fast-forward)
error: failed to push some refs to 'file:///V:\'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
hint: before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
这是提交列表,而不是 72ba712 的位置:
Richard@RICHARD-PC /e/Work/MH (master)
$ git lol
* eec2ab2 (HEAD, master) Merge branch 'master' of file:///V:\
|\
| * 3a55dca (origin/master) <comments>
* | 72ba712 <comments>
* | bc55eb5 <comments>
* | c2aa448 Merge branch 'master' of file:///V:\
|\ \
| |/
| * 930430f <comments>
* | fc7a55b <comments>
* | fd401a5 <comments>