git remote: Permission to denied

出错内容如下:

D:\GIT\doubango>git push origin quantum6
Username for 'https://github.com': quantum6
Password for 'https://[email protected]':
remote: Permission to DoubangoTelecom/doubango.git denied to quantum6.
fatal: unable to access 'https://github.com/DoubangoTelecom/doubango/': The requ
ested URL returned error: 403

配置一下:

git config --global user.name quantum6

git config --global user.email [email protected]

然后检查:

发布了2466 篇原创文章 · 获赞 301 · 访问量 177万+

猜你喜欢

转载自blog.csdn.net/quantum7/article/details/104368908