-1
プッシュしているうちに、私は競合しています。だから私はそれを引っ張って、私の地元の紛争を解決しました。変更をコミットしているときにGitで競合が発生した場合の問題?
Gitプル&プッシュが機能していません。プルについては
、エラーがある:プッシュのために
[email protected] MINGW64 /e/Git project (master|MERGING)
*git pull origin master*
error: You have not concluded your merge (MERGE_HEAD exists).
hint: Please, commit your changes before merging.
fatal: Exiting because of unfinished merge.
、エラーは次のとおりです。
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to center git repository
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
エラーメッセージがあなたを語っているものを読んでお読みください: 'あなたは(MERGE_HEADが存在する)あなたのマージを締結していないが。 ヒント:マージ前に変更を加えてください。 –