本地项目推送到远程遇到仓库不一致到问题 git pull 提示错误 此时需要执行下面这段命令 git pull origin master --allow-unrelated-histories 即可成功pull