使用git pull提示refusing to merge unrelated histories
解决方法:git pull test master --allow-unrelated-histories
其中,test 是远程仓库的名字,master是分支名
参考:https://www.cnblogs.com/cmingjian/p/6629607.html
解决方法:git pull test master --allow-unrelated-histories
其中,test 是远程仓库的名字,master是分支名
参考:https://www.cnblogs.com/cmingjian/p/6629607.html