IDEA拉去git项目更新,出现问题:No tracked branch configured for branch master or the branch doesn‘t exist.

No tracked branch configured for branch master or the branch doesn’t exist. To make your branch track a remote branch call, for example, git branch --set-upstream-to=origin/master master

翻译:没有为分支主节点配置跟踪分支,或者分支不存在.为了使您的分支跟踪远程分支,如何做?例如,在IDEA的terminal输入git branch --set-upstream-to=origin/master master


版权声明:本文为qq_36498237原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。