Git 使用教程(十):Git常见问题处理

 Git 使用教程(十):Git常见问题处理

一、git pull时,报:fatal: refusing to merge unrelated histories

解决:在git pull时,加一个参数
git pull origin master -- allow -unrelated -histories

你可能感兴趣的:(Git)