我遇到下一个错误:
$ git push -u origin master
remote: Permission to teddyruns/medals.git denied to franciswebdevelopment
fatal: unable to access 'https://github.com/teddyruns/medals.git/': The requested URL returned error: 403
我已经检查了我的全局用户名和电子邮件,并创建了一个新的ssh密钥,但是franciswebdevelopment
是我的旧帐户,
我不知道为什么我不能推送到我的新帐户,
有人知道我要去哪里错吗?
答案 0 :(得分:1)
但是
franciswebdevelopment
是我的旧帐户
这意味着您可能有一个git凭据帮助程序,该帮助程序已为github.com缓存了凭据franciswebdevelopment
。
git config credential.helper
如果是这种情况,请remove that entry:
git credential-manager delete https://github.com
然后再试一次(因为GitHub is experiencing a major outage,现在不能使用HTTPS或SSH)
答案 1 :(得分:-1)
Github当前遇到问题,
点击here以查看其状态。