首页 > Web开发 > 详细

git 出现 The requested URL returned error: 403

时间:2015-09-09 22:52:00      阅读:1750      评论:0      收藏:0      [点我收藏+]

github push错误

fatal: unable to access ‘https://github.com/xuzhenguo/authorize.git/‘: The requested URL returned error: 403

 

解决方法:

vim .git/config

修改前

[remote "origin"]

          url = https://github.com/xuzhenguo/authorize.git

修改为:

[remote "origin"]

        url = https://xuzhenguo@github.com/xuzhenguo/authorize.git

 

然后输入自己的git 用户名 

 

git 出现 The requested URL returned error: 403

原文:http://www.cnblogs.com/xzguo/p/4796175.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!