当前位置:   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】
推荐阅读
相关标签
  

闽ICP备14008679号