gitアップロードファイルエラーを修正する方法[拒否]マスター->マスター(最初にフェッチ)エラー:いくつかの参照を 'にプッシュできませんでした



How Fix Git Upload File Error Master Master Error



! [拒否]マスター->マスター(最初にフェッチ)エラー:一部の参照を 'root @xxxxxにプッシュできませんでした

コードクラウドにアップロードするときに、このエラーを報告しました。



! [rejected] master -> master (fetch first) error: failed to push some refs to 'root@xxxxx:york1/FuJingZuiXinDaiMa.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.

この問題は、githubのREADME.mdファイルがローカルコードディレクトリにないために発生します。次のコマンドを使用して、コードをマージできます。

まず第一に



git pull --rebase origin master

再び

git push origin master

成功できる