标签:push nbsp git push 本地仓库 新建 运行命令 com 远程 bsp
1, 在github上新建一个仓库,比如为:CSS3Test,仓库地址为:https://github.com/hyuanyuanlisiwei/CSS3Test
2,本地git仓库中的文件项目为CSSTest
3, 将本地仓库上传到远程仓库:
运行命令:
git remote rm origin
git remote add origin https://github.com/hyuanyuanlisiwei/CSS3Test
git push -u origin master
标签:push nbsp git push 本地仓库 新建 运行命令 com 远程 bsp
原文地址:http://www.cnblogs.com/hyylsw/p/6850310.html