git.exe push --progress "origin" main:main To https://github.com/XXX/XXX.git ! [rejected] main -> main (fetch first) error: failed to push some refs to 'https://github.com/XXX/XXX.git' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. gitは正常に終了しませんでした (終了コード 1) (922 ms @ 2021/06/08 16:13:37)
コミットは成功しているが、プッシュに失敗している
クローン環境のファイルに全てチェックマークがついていたら、コミットは成功しています。
プッシュに失敗したのは「誰かがサーバーにアクセスし、ファイルを更新したから」だと推測されます。
その場合、一旦プルを行い、サーバーのデータをクローンとマージします。
成功したら、クローンフォルダで右クリック > TurtoiseGit > プッシュ
を選択
OK を押して進めると、無事成功しました。