Git push でエラーが出たとき
エラー内容
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://github.com/**********'
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.
原因
READ.MEをリモートで編集したから
解決策
git pull origin ブランチ名
Author And Source
この問題について(Git push でエラーが出たとき), 我々は、より多くの情報をここで見つけました https://zenn.dev/kazushino/articles/67a6982c205cd0552d22著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Collection and Share based on the CC protocol