windows下检出项目和提交项目

 
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

 

posted @ 2018-04-03 23:45  码农编程进阶笔记  阅读(19)  评论(0编辑  收藏  举报
返回顶部 有事您Q我