https://github.com/settings/repositories
添加新的仓库


把本地的仓库推送到远程仓库
git remote add origin https://github.com/xxjqr/learnGit.git #与远程仓库关联
git push -u origin master #把mater分支的内容推上去
可能出现的问题
http://jingyan.baidu.com/article/f3e34a12a25bc8f5ea65354a.html
https://github.com/settings/repositories
git remote add origin https://github.com/xxjqr/learnGit.git #与远程仓库关联
git push -u origin master #把mater分支的内容推上去
可能出现的问题
http://jingyan.baidu.com/article/f3e34a12a25bc8f5ea65354a.html
本文标题:10 git 远程仓库-添加远程库
本文链接:https://www.haomeiwen.com/subject/aoqiuttx.html
网友评论