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

简介: 来源:http://blog.csdn.net/happyteafriends/article/details/11554043 github push错误:   [html] view plaincopyprint?   git push   error: Th...

来源:http://blog.csdn.net/happyteafriends/article/details/11554043

github push错误:

 

[html]  view plaincopyprint?在CODE上查看代码片派生到我的代码片
 
  1. git push  
  2. error: The requested URL returned error: 403 Forbidden while accessing https://github.com/wangz/future.git/info/refs  
git version 1.7.1

 

OS:CENTOS

解决方案:

vim .git/config

修改

 

[plain]  view plaincopyprint?在CODE上查看代码片派生到我的代码片
 
  1. [remote "origin"]  
  2.     url = https://github.com/wangz/example.git  
为:

 

 

[plain]  view plaincopyprint?在CODE上查看代码片派生到我的代码片
 
  1. [remote "origin"]  
  2.     url = https://wangz@github.com/wangz/example.git  
再次git push,弹出框输入密码,即可提交
目录
相关文章
|
1月前
|
网络安全 开发工具 git
解决fatal:remote error:You can’t push to git://github.com/username/*.g
通过上述诊断与修复步骤,绝大多数的推送错误都能得到有效解决,确保您的Git工作流顺畅无阻。
35 1
|
4月前
|
开发工具 git
GitHub——Error: Process completed with exit code 126.
GitHub——Error: Process completed with exit code 126.
61 1
GitHub——Error: Process completed with exit code 126.
|
4月前
optional install error: Error: Unsupported URL Type: npm:vue-loader@^16.1.0
optional install error: Error: Unsupported URL Type: npm:vue-loader@^16.1.0
51 3
|
5月前
The requested URL could not be retrieved
The requested URL could not be retrieved
65 1
|
4月前
|
存储 开发工具 数据安全/隐私保护
解决Gitee或者Github出现Access denied fatal: unable to access,The requested URL returned error: 403
解决Gitee或者Github出现Access denied fatal: unable to access,The requested URL returned error: 403
621 0
|
5月前
|
前端开发 安全 测试技术
【Python】已解决:The method is not allowed for the requested URL.
【Python】已解决:The method is not allowed for the requested URL.
399 3
|
6月前
|
开发工具 git
【已解决】error: failed to push some refs to ‘git@github.com:BATdalao/Github-green.git‘
【已解决】error: failed to push some refs to ‘git@github.com:BATdalao/Github-green.git‘
|
6月前
Error: Cannot find module ‘node:url‘【已解决】
Error: Cannot find module ‘node:url‘【已解决】
236 3
|
6月前
|
开发工具 git
出现“error: failed to push some refs to ‘https://github.com/****.git‘”,如何解决问题
出现“error: failed to push some refs to ‘https://github.com/****.git‘”,如何解决问题
655 1
|
开发工具 数据安全/隐私保护 git
github每次push时自动输入用户名密码
github每次push时自动输入用户名密码
130 0