解决git提交的错误

### 错误提示 git pull origin master {代码...} ### 解决方式 使用 git pull origin master --allow-unrelated-histories 结果: {代码...}