GIt -- fatal: refusing to merge unrelated histories 问题处理
Posted smallyi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GIt -- fatal: refusing to merge unrelated histories 问题处理相关的知识,希望对你有一定的参考价值。
今晚碰到这个问题-- fatal: refusing to merge unrelated histories
想了一下,为什么就这样了?
因为我是先本地创建了仓库,并添加了文件,然后再到github网上建仓库,项目名称一样的,这样一来当我想关联远程仓库,提交代码就报错了
解决方法
$ git pull origin master --allow-unrelated-histories
--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?