IDEA git 拉取项目时报 No tracked branch configured for branch master or the branch doesn't exist的提示。

解决方法:
按照提示在IDEA的Terminal中输入git branch --set-upstream-to origin即可。

你可能感兴趣的:(Git)