解决git提交问题error: The requested URL returned error: 403 Forbidden while accessing
时间:2014-06-03 00:03:44
收藏:0
阅读:349
git提交代码时,出现这个错误“error: The requested URL returned error: 403 Forbidden while accessing https”
解决方法:
编辑.git目录下的config文件即可。
vim .git/config #修改对于的配置 #原来的url = https://github.com/elitecodegroovy/PhoenixC.git url = https://elitecodegroovy@github.com/elitecodegroovy/PhoenixC.git
重新提交,弹出的对话框中输入正确的passphrase即可。
解决git提交问题error: The requested URL returned error: 403 Forbidden while accessing,布布扣,bubuko.com
评论(0)