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

Git报错-refusing to merge unrelated histories

时间:2019-05-24 00:57:04      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:--   his   das   ref   github仓库   class   原因   git pull   报错   

执行git pull 时报错:

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

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

命令:

$git pull origin master –allow-unrelated-histories

以上是将远程仓库的文件拉取到本地仓库了。

Git报错-refusing to merge unrelated histories

标签:--   his   das   ref   github仓库   class   原因   git pull   报错   

原文地址:https://www.cnblogs.com/init-007/p/10915326.html

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