github - git push 提示用户无权限,返回403
伊谢尔伦
伊谢尔伦 2017-05-02 09:38:04
0
2
626

如下图:

我往github提交git push origin master,然后一直提示我这个错误,意思是我的这个xxxx88用户(截图中红框部分)无权限,返回403。

说明:我的github的用户名不是这个xxxx88,是另外一个,例如叫做abc,之前一直用github提供的mac客户端提交,没啥问题,现在改用命令提交,就出现了这个问题了。

我将git的config,全局的、项目的,用户名都改成abc试了,不行。我将各个账户生成的ssh key也都传到github上去了,也不行。

求教:这个问题到底该怎么解决?在此谢过了

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(2)
过去多啦不再A梦

I remember that github https mode requires login.
It is recommended to use ssh mode. After configuring the public key, there should be no unauthorized access and there is no need to enter the account password

伊谢尔伦

If there are other related configurations under the /path/to/.git/config里,看看credential node, delete them~

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!