git push reports errorsUpdates were rejected because because the remote contains work that you do
2022-02-19 04:33:43
今日、githubで、リポジトリの切り替えで以下のような問題が発生しました。
を実行した後
git push -u origin master
以下のような問題が発生しました。
[rejected] master -> master (fetch first)
error: failed to push some refs to 'https://github.com/chauncheng/machine-learning.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have local. This is usually caused by another repository pushing
You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again. before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
のイシュー処理。
の必要性をブログで紹介
git pull origin master
次に `execute' を実行します。
git push -u origin master
以下のように、やはりエラーが発生します。
error: failed to push some refs to 'https://github.com/chaunchengZeng/machine-learning.git'
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. before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
今回は、新しいブランチを作成する必要があります。
git branch Branch name
次にプッシュ
git push -u origin branch name
これは問題を解決する
関連
-
[解決済み】マークダウンの上付き文字(Github風味)?
-
[解決済み】GitHub: ユーザー名またはパスワードが無効です。
-
[解決済み] GitHub - jobs : what is : アクション/チェックアウトを使う
-
[解決済み] fatal: 作業ツリーディール 'kivy' を作成できませんでした。
-
[解決済み] githubに突然プッシュできない
-
[解決済み] オープンソースプロジェクトにおける/distディレクトリの意味は何ですか?
-
undefinedGit-- ! [却下] master -> master (フェッチファースト) issue
-
git exception error fatal: Couldn't find remote ref master
-
git push がエラー fatal で失敗する: git リポジトリに表示されない リモートリポジトリから読み込めない
-
DS_Store をグローバルに無視するように gitignore を設定する。
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
[解決済み】GitHub - エラー: '[email protected]:myrepo.git' へのいくつかの参考文献のプッシュに失敗しました。
-
[解決済み】GitHubのページが更新されない
-
Gitは、"このリポジトリで別のgitプロセスが実行されているようです... "と表示されます。問題解決
-
[解決済み】GitHubからコードをダウンロードするのは安全ですか?[クローズド]
-
[解決済み] Jenkins が github でステータスコード 128 を返した
-
[解決済み] codeload.github.comはapi.github.comとどう違うのですか?
-
[解決済み] github リポジトリのフォークを解除するには?
-
[解決済み] GitHub Markdownのテーブルにチェックボックスやティックマークを描くには?
-
[解決済み] このgithubのプロジェクトを自分のPCで実行し、コンパイルするにはどうすればよいですか?
-
リモートの解決方法 git の使用中に xxx への権限が拒否される問題が発生しました。