github遇到问题Updates were rejected because the remote contains work that you do hint: not have locally.
文章目錄
- 問題
- 原因
- 解決
問題
azheng@lishizheng:/mnt/e/csapp_bilibili/ass$ git push origin main
To https://github.com/shizhengLi/csapp_bilibili.git
! [rejected] main -> main (fetch first)
error: failed to push some refs to ‘https://github.com/shizhengLi/csapp_bilibili.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.
azheng@lishizheng:/mnt/e/csapp_bilibili/ass$
原因
遠程repo和本地的repo沖突所導致。例如筆者的問題是,本地readme文件未動,在github頁面上更改了readme文件,導致了遠程和本地的沖突。
解決
先把遠程repo pull到本地,然后再push。
git pull origin main git push origin main總結
以上是生活随笔為你收集整理的github遇到问题Updates were rejected because the remote contains work that you do hint: not have locally.的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: wsl安装配置vscode(亲测有用)
- 下一篇: cpp遇到问题:include重复包含导