我尝试过搜索此错误的解决方案但未成功。
git.exe push --progress origin master:master
remote: Permission to siqqQ/Telerik-Academy-2016-2017.git denied to radgX.
fatal: unable to access 'https://github.com/siqqQ/Telerik-Academy-2016-2017.git/':
The requested URL returned error: 403
git did not exit cleanly (exit code 128) (2484 ms @ 16.4.2016 г. 20:15:01)
这是我试图推动时遇到的问题。我想知道为什么当我从设置中更改它时,我仍然使用radgX
帐户。
答案 0 :(得分:0)
您是此回购的所有者还是贡献者?你必须是以上之一才能提交。
该项目的当前贡献者是:
https://github.com/siqqQ
另一种选择是你的git客户端太旧了。
在这里阅读更多相关信息:
https://help.github.com/articles/https-cloning-errors/