美文网首页
码云master首次提交代码报错rejected

码云master首次提交代码报错rejected

作者: 尼达先森 | 来源:发表于2019-05-20 15:49 被阅读0次

    在提交之前执行下面三条命令:

    git pull
    
    git pull origin master
    
    git pull origin master --allow-unrelated-histories
    

    之后提交代码:

    git push -u origin master
    

    相关文章

      网友评论

          本文标题:码云master首次提交代码报错rejected

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