当前位置:   article > 正文

git pull报错汇总_git git pull报错

git git pull报错

1、 refusing to merge unrelated histories

在这里插入图片描述

git pull xxx master --allow-unrelated-histories
  • 1

2、Pulling is not possible because you have unmerged files.

在这里插入图片描述
文件冲突,先解决冲突
git add .
git commit -m “解决冲突代码”

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

闽ICP备14008679号