标签:com tor https push repos hub commit 引号 first
1:在github上生成新的repositories
2:将仓库克隆到本地 git clone https://
3:到本地的文件中,加入需要上传的文件
4: git add .
5:git commit -m "first commit"(双引号是对这次作更改的解释)
6:git push 需要输入 用户名和密码
标签:com tor https push repos hub commit 引号 first
原文地址:http://www.cnblogs.com/yxxx/p/7045110.html