当前位置:   article > 正文

git报错:There is no tracking information for the current branch.Please specify which branch you

there is no tracking information for the current branch. please specify whic

1.报错信息
在这里插入图片描述
执行git pull或git push报错,There is no tracking information for the current branch.Please specify which branch you
want to merge with。意思是当前没有跟踪信息分支。请指定您的分支要与合并.
是因为本地分支与远程分支没有建立联系,根据命令提示执行以下命令即可

git branch --set-upstream-to=origin/远程分支的名字 本地分支的名字   
  • 1

在这里插入图片描述
查看本地分支和远程分支的关联关系

git branch -vv 
  • 1

在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/392507
推荐阅读
相关标签
  

闽ICP备14008679号