标签:origin use -- 修改 git push ups xxx stream branch
$ git remote
$ git remote rm origin
$ git remote add origin git@xxx.git
$ git push
fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin master
标签:origin use -- 修改 git push ups xxx stream branch
原文地址:https://www.cnblogs.com/mzrs/p/10783178.html