git 报错:fatal: refusing to merge unrelated histories?

Posted 凯小默

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git 报错:fatal: refusing to merge unrelated histories?相关的知识,希望对你有一定的参考价值。

报错

git pull 报错如下:

解决

原因:两个分支是两个不同的版本,具有不同的提交历史,可以使用 --allow-unrelated-histories 可以允许不相关历史提,强制合并

git pull origin master --allow-unrelated-histories

以上是关于git 报错:fatal: refusing to merge unrelated histories?的主要内容,如果未能解决你的问题,请参考以下文章

GIt -- fatal: refusing to merge unrelated histories 问题处理

Git:fatal: refusing to merge unrelated histories

git 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