git中遇到的问题

1.refusing to merge unrelated histories

合并pull两个不同的项目,出现的问题fatal: refusing to merge unrelated histories。

解决方法:

git pull origin master ----allow-unrelated-histories
原文地址:https://www.cnblogs.com/zhoulixue/p/9017149.html