idea在拉取项目的时候报错


错误提示:

Can't Update
		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 (show balloon)

Terminal输入:

git branch --set-upstream-to origin/master