新建仓库无法 git pull merge 的问题:fatal: refusing to merge unrelated histories

66 阅读1分钟

解决办法:

git pull --allow-unrelated-histories origin master