git排错--git push

作者:Shine 发布于:2016-11-07 10:36:19 浏览:905次 分类:PHP

解决github push错误The requested URL returned error: 403 Forbidden while accessing

github push错误:git push  
error: The requested URL returned error: 403 Forbidden while accessing http://github.com/wangz/future.git/info/refs  
git version 1.7.1

OS:CENTOS
解决方案:
vim .Git/config
修改
[remote "origin"]  
    url = http://github.com/wangz/example.git  
为:

[remote "origin"]  
    url = http://wangz@github.com/wangz/example.git  
再次git push,弹出框输入密码,即可提交


标签: git排错
声明:文章内容由作者原创或整理,转载请标明出处!
暂留位置!--请勿随意修改