GIT常见问题
作者:互联网
You asked to pull from the remote 'origin', but did not specify a branch. Because this is not the default configured remote
for your current branch, you must specify a branch on the command line.
git remote add origin https://github.com/XXX(username)/YYYY(projectname).git
git branch --set-upstream-to=origin/master master
标签:origin,git,remote,GIT,master,branch,常见问题,specify 来源: https://blog.csdn.net/ystyaoshengting/article/details/104050599