赞
踩
idea can't update no tracked branch choose upstream branch
an’t update: no tracked branch
No tracked branch configured for branch master.
To make your branch track a remote branch call, for example,
git branch --set-upstream master origin/master
出现这个问题应该是分支跟踪不匹配造成的,
先确定好当前分支是你想要的分支如:development或develop
git branch --set-upstream-to=远程分支 本地分支
$ git branch --set-upstream-to=origin/feature/w808 feature/w808
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。