美文网首页
git 问题及解决方法

git 问题及解决方法

作者: 敦敦实实 | 来源:发表于2019-04-08 13:49 被阅读0次

    我的博客主页:笔头博客

    1、

    Cannot do a soft reset in the middle of a merge.

    解决办法:

    git reset --hard HEAD
    git fetch origin
    git reset --hard origin
    

    相关文章

      网友评论

          本文标题:git 问题及解决方法

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