Git 远程仓库
Posted youpeng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git 远程仓库相关的知识,希望对你有一定的参考价值。
1.与远程仓库建立关联以及建立错了更改的方法在
https://www.cnblogs.com/youpeng/p/10015435.html
2.将本地master 推送到 远程版本库
git push -u origin master
3.从远程仓库克隆
git clone [email protected]:helloworld/hello.git
以上是关于Git 远程仓库的主要内容,如果未能解决你的问题,请参考以下文章