git 出现 refusing to merge unrelated histories 解决

如果出现refusing to merge unrelated histories,使用以下方法即可

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