当前位置:   article > 正文

Git出现 FETCH_HEAD fatal: refusing to merge unrelated histories解决方法_* branch xukaikai -> fetch_head fatal: refusing to

* branch xukaikai -> fetch_head fatal: refusing to merge unrelated histories

1. 问题所示

出现如下问题:

PS D:\项目\manongyanjiuseng> git pull origin master
From ssh://xx:99/xx/website/xx
 * branch            master     -> FETCH_HEAD
fatal: refusing to merge unrelated histories
  • 1
  • 2
  • 3
  • 4

2. 解决方法

pull拉取不下最新的原因是
本地仓库和远程仓库的两个分支是不同的版本,所以拉取不下来,需要解决冲突先

在其代码模块后加上这个参数,强制合并,忽视提交的历史,之后通过代码模块的不同进行合并即可

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

闽ICP备14008679号