码迷,mamicode.com
首页 > Web开发 > 详细

上传项目到github上

时间:2017-09-08 09:57:51      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:repo   账号   ash   master   http   esc   create   xxx   tps   

1. 登录github后,在主页new repository一个新项目,填写Repository name和Description
2. Create repository后生产git地址https://github.com/username/xxx.git
3. 在要上传的工程master下(工程里面目录),右键—>GitBash
4. git init
5. git add . -A
6. git commit -m "更新说明"
7. git remote add origin https://github.com/username/xxx.git
8. git push -u origin master
github 账号与密码:
username: xxxx
pwd: xxxx

上传项目到github上

标签:repo   账号   ash   master   http   esc   create   xxx   tps   

原文地址:http://www.cnblogs.com/zhaoqingyue/p/7492880.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!