git

作者: LiYaoPeng | 来源:发表于2017-10-17 15:42 被阅读0次

    fatal: refusing to merge unrelated histories

    合并pull两个不同的项目,出现的问题如何去解决fatal: refusing to merge unrelated histories

    如果源是origin,分支是master,那么我们 需要这样写
    git pull origin master --allow-unrelated-histories
    

    相关文章

      网友评论

          本文标题:git

          本文链接:https://www.haomeiwen.com/subject/gtpduxtx.html