git pull报错:There is no tracking information for the current branch
git pull报错:There is no tracking information for the current branch
|
根据提示命令,输入以下命令
git branch --set-upstream-to=origin/远程分支的名字 xxx(本地分支的名字)
如果出现 …xxx not exit 字样错误提示,建议重新clone项目到本地(如果不想删除的话,换个工作目录clone)
还没有评论,来说两句吧...