美文网首页
git commit提示nothing to commit, w

git commit提示nothing to commit, w

作者: 非著名自行车运动员 | 来源:发表于2022-07-12 16:29 被阅读0次

    git commit 时报错如下:

    nothing to commit, working tree clean
    

    解决方案:
    1、本地分支设成远程分支的跟踪分支

    git branch -u origin/"remote branch name"
    

    2、git push到远端分支:

    git push origin HEAD:"remote branch name"
    

    相关文章

      网友评论

          本文标题:git commit提示nothing to commit, w

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