码迷,mamicode.com
首页 > Web开发 > 详细

git 出现 The requested URL returned error: 403

时间:2015-09-09 22:52:34      阅读:752      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!