remote: Permission to Coderlll/etstSSSSSH.git denied to oldGitHubAccount.
fatal: unable to access 'https://github.com/newGitHubAccount/etstSSSSSH.git/':
The requested URL returned error: 403
oldGitHubAccount是我的第一个GitHub帐户 我使用名为oldGitHubAccount的帐户更新我的旧Github帐户即可。
我已使用新电子邮件添加了新的SSH
是什么原因?
我该怎么做才能解决这个问题?
答案 0 :(得分:1)
检查你的git配置。
git config --get user.name
git config --get user.email
您必须将其设置为新帐户。
还使用git SSH协议(git @)代替HTTPS,因此它将使用您的SSH密钥。
答案 1 :(得分:0)
你可以: