1.git status:查看工作区的状态
2.git add 文件名:建立跟踪
3.git commit:提交变更
4.git push:发布本地操作
5.解决 The requested URL returned error: 403 Forbidden while accessing
在要推送项目的文件目录下:vi .git/config
ps:http://houzhiqingjava.blog.163.com/blog/static/167399507201472343324562/
vi .git/config # 将 [remote "origin"] url = https://github.com/iopqrst/learn20140823.git 修改为: [remote "origin"] url = https://iopqrst@github.com/iopqrst/learn20140823.git