上传项目到gitHub

1. 下载安装好git bash

2.到github上注册一个马甲

3. 点new repositories 建一个项目

4. 在你项目里git clone 你的项目

5. 1.git add * 2. git commit * '注释'  3. git push origin master

原文地址:https://www.cnblogs.com/yuri2016/p/6920146.html