美文网首页JAVA技术文章
2019-09-18 git pull fails “unabl

2019-09-18 git pull fails “unabl

作者: 古月的小七 | 来源:发表于2019-10-08 17:37 被阅读0次

    关于git遇到的一个小问题记录一下:
    https://stackoverflow.com/questions/2998832/git-pull-fails-unable-to-resolve-reference-unable-to-update-local-ref
    Try to clean-up your local repository

    1. git gc --prune=now
    2. git remote prune origin
    3. git pull

    相关文章

      网友评论

        本文标题:2019-09-18 git pull fails “unabl

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