【覚書】PC買い替え時のGitBashエラー対処(2021/10/27)
●新しいPCでGitPushしたときに出てきたエラー
error: failed to push some refs to 'https://github.com/○○/××.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.
●やったこと
エラー文のなかの重要そうなところをコピペして、検索にかかった対処を試す。
●参考にしたサイト
PCが無いので設計しても試せないのだが、PCがが届いたらすぐ試せるように、実践するニューラルネットワークの種類などを決めておいた。
・git pushがrejectされた時の対処法
・git pushがrejectされた時の対処法
・githubリポジトリ移行方法を出来る限り調べて実際にやってみた