Git Err:Updatesは、現在のブランチのプロンプトがエラーの排除に遅れているため拒否されました.
襟の振り初めにこんな間違いがあった
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.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
襟の初期設定通りにしましたが、何が問題なのかさっぱりわからず西青をしていたら、データロスの問題でgit push --set-upstream origin main
は役に立たないそうです.git push -u origin +main
にすればいいそうです.トラブルシューティング終了!
Reference
この問題について(Git Err:Updatesは、現在のブランチのプロンプトがエラーの排除に遅れているため拒否されました.), 我々は、より多くの情報をここで見つけました https://velog.io/@whdms3368/git-Err-Updates-were-rejected-because-the-tip-of-your-current-branch-is-behind-오류해결하기テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol