No tracked branch configured for branch master or the branch doesn't exist. (Git拉取代码时错误)
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 打开该项目的git命令工具,输入这个后再拉取就行了 git branch --set-upstream-to origin/master 来源: CSDN 作者: 小waɪ 链接: https://blog.csdn.net/weixin_42627982/article/details/103457540