1.refusing to merge unrelated histories
合并pull两个不同的项目,出现的问题fatal: refusing to merge unrelated histories。
解决方法:
git pull origin master ----allow-unrelated-histories
1.refusing to merge unrelated histories
合并pull两个不同的项目,出现的问题fatal: refusing to merge unrelated histories。
解决方法:
git pull origin master ----allow-unrelated-histories