Git push 出现 refusing to merge unrelated histories
refusing to merge unrelated histories
问题描述
今天使用git 拉取项目出现refusing to merge unrelated histories
解决方案
在拉取命令后面加上 --allow-unrelated-histories
git pull origin master --allow-unrelate-histories
今天使用git 拉取项目出现refusing to merge unrelated histories
在拉取命令后面加上 --allow-unrelated-histories
git pull origin master --allow-unrelate-histories