fatal: refusing to merge unrelated histories
报错原因:将两份不相干的git仓库(本地库、远程库)合并在一起导致的。解决办法:强制合并
git pull origin master --allow-unrelated-histories
Git积累
原文:https://www.cnblogs.com/zhangyinyuan/p/12360706.html