修改远程库
Posted mzrs
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了修改远程库相关的知识,希望对你有一定的参考价值。
$ git remote
$ git remote rm origin
$ git remote add origin [email protected]
$ 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
以上是关于修改远程库的主要内容,如果未能解决你的问题,请参考以下文章