git报错
"git" pull --progress "origin" 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 branch --set-upstream-to=origin/xxx