当前位置:   article > 正文

githup解决在本地仓库与远程仓库不一致问题_git 本地 与 远程不一致也没提示更新

git 本地 与 远程不一致也没提示更新

直接在githup网站上修改了文件,后面在向githup提交文件的时候提示:

To https://github.com/maxinehehe/Jobble_scrapy.git
 ! [rejected]        master -> master (fetch first)
error: 无法推送一些引用到 'https://github.com/maxinehehe/Jobble_scrapy.git'
提示:更新被拒绝,因为远程仓库包含您本地尚不存在的提交。这通常是因为另外
提示:一个仓库已向该引用进行了推送。再次推送前,您可能需要先整合远程变更
提示:(如 'git pull ...')。

提示:详见 'git push --help' 中的 'Note about fast-forwards' 小节。

解决办法:

先pull远程仓库,然后和本地仓库合并,最后提交即可。
maxinehehe@maxinehehe-PC:~/ArticelSpider$  git pull origin 
maxinehehe@maxinehehe-PC:~/ArticelSpider$
  git merge origin master
maxinehehe@maxinehehe-PC:~/ArticelSpider$
  git push origin 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/530809
推荐阅读
相关标签
  

闽ICP备14008679号