当前位置:   article > 正文

git push 冲突解决_push was canceled, because there were conflicts du

push was canceled, because there were conflicts during the update. check tha

在做push提交前,需要做pull操作将本地仓库的文件更新到最新,故一般按以下顺序执行git操作

git add .
git commit -m "update xxx"
git pull 
git push   # 进入指定路径下
git branch  # 查看远程的分支名
  • 1
  • 2
  • 3
  • 4
  • 5

在这里插入图片描述

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

闽ICP备14008679号