Git 使用教程(十):Git常见问题处理一、git pull时,报:fatal: refusing to merge unrelated histories解决:在git pull时,加一个参数git pull origin master --allow-unrelated-histories