码迷,mamicode.com
首页 > 其他好文 > 详细

Git 报错:fatal: refusing to merge unrelated histories

时间:2019-09-14 19:34:19      阅读:104      评论:0      收藏:0      [点我收藏+]

标签:div   class   --   远程仓库   ast   fatal   直接   历史   合并   

 

背景:[接上篇git push 出错的随笔]当 pull 远端仓库到本地的时候,出现以下错误:

错误情况

技术图片

出错原因:主要原因还是在于本地仓库和远程仓库实际上是独立的两个仓库,假如我之前是直接以 clone 的方式在本地建立起远程 github 仓库克隆的本地仓库就不会有这个问题了。

解决方式:可以在 pull 命令后紧接着使用 --allow-unrelated-history 选项来解决问题(该选项可以合并连个独立启动仓库的历史)

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

 

Git 报错:fatal: refusing to merge unrelated histories

标签:div   class   --   远程仓库   ast   fatal   直接   历史   合并   

原文地址:https://www.cnblogs.com/zpcoding/p/11519511.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!