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

解决git报错refusing to merge unrelated histories

时间:2021-05-24 01:24:52      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:strong   fat   nbsp   script   one   项目   bsp   方式   ref   

PS C:\ycm\test\ts-newProjet> git pull origin master
* branch master -> FETCH_HEAD
fatal: refusing to merge unrelated histories

 在新建项目时报refusing to merge unrelated histories错误,解决方案是:在pull命令后紧接着使用--allow-unrelated-history选项。

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

 

解决git报错refusing to merge unrelated histories

标签:strong   fat   nbsp   script   one   项目   bsp   方式   ref   

原文地址:https://www.cnblogs.com/cjr001/p/14743785.html

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