当前位置:   article > 正文

执行git pull未跟踪远程分支_git pull if you wish to set trac

git pull if you wish to set tracking information for this

很久没有在本地打开过的项目,执行git pull的时候报没有跟踪远程分支的错误如下:

> git pull
There is no tracking information for the current branch.
    git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
    git branch --set-upstream-to=origin/<branch> release/0826

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

根据提示信息,手动跟踪一下:

git branch --set-upstream-to=origin/release/0826 release/0826
  • 1

再次拉取:

> git pull
Already up to date.
  • 1
  • 2
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/517938
推荐阅读
相关标签
  

闽ICP备14008679号