pull 分支时报以下错误: Git Pull Failed: refusing to merge unrelated histories 处理办法:在pull的命令行之后添加如下规则:–allow-unrelated-histories git pull <远程主机名> <远程分支> --allow-unrelated-histories 比如: git pull master origin --allow-unrelated-histories