摘要: git pull 提示 refusing to merge unrelated histories 解决方法:git pull --allow-unrelated-histories < 回车后会进入编辑页面,一般直接 q 退出即可 > 或使用 : git pull origin master -- 阅读全文
posted @ 2018-10-14 11:55 柔和的天空 阅读(404) 评论(0) 推荐(0)