fatal: refusing to merge unrelated histories的解决方案
Posted W_C__L
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了fatal: refusing to merge unrelated histories的解决方案相关的知识,希望对你有一定的参考价值。
最近更新了git版本,发现在github上建立了一个仓库,然后关联本地库的时候pull失败,错误为
fatal: refusing to merge unrelated histories
,查找后找到了解决方案
解决方案:
# 将之前的git pull origin master修改为一下代码
git pull origin master --allow-unrelated-histories
以上是关于fatal: refusing to merge unrelated histories的解决方案的主要内容,如果未能解决你的问题,请参考以下文章
Git:fatal: refusing to merge unrelated histories
Git fatal: refusing to merge unrelated histories
fatal: refusing to merge unrelated histories
GIt -- fatal: refusing to merge unrelated histories 问题处理