git报错:There is no tracking information for the current branch.Please specify which branch you
1.报错信息执行git pull或git push报错,There is no tracking information for the current branch.Please specify which branch youwant to merge with。意思是当前没有跟踪信息分支。请指定您的分支要与合并.是因为本地分支与远程分支没有建立联系,根据命令提示执行以下命令即可git bra
·
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/远程分支的名字 本地分支的名字
查看本地分支和远程分支的关联关系
git branch -vv
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献1条内容
所有评论(0)