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にすればいいそうです.
トラブルシューティング終了!