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

今晚碰到这个问题-- fatal: refusing to merge unrelated histories

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

想了一下,为什么就这样了?

因为我是先本地创建了仓库,并添加了文件,然后再到github网上建仓库,项目名称一样的,这样一来当我想关联远程仓库,提交代码就报错了

解决方法

$ git pull origin master --allow-unrelated-histories

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

--allow-unrelated-histories 参数的意思是合并仓库的时候,允许不相关的历史的提交内容

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

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

上一篇:TCP 四次握手


下一篇:封装一个函数,在ThinkPHP中一定程度上取代success和error