我需要切换 github 帐户才能将某些内容推送到公司 github 帐户。我尝试更改为新用户名,但经常被拒绝。
remote: Permission to Company/project.git denied to oldUserName.
fatal: unable to access 'https://company.com/Company/project.git/': The requested URL returned error: 403
以下是我完成的所有故障排除:
usage: git remote set-url [--push] <name> <newurl> [<oldurl>]
or: git remote set-url --add <name> <newurl>
or: git remote set-url --delete <name> <url>
--[no-]push manipulate push URLs
--[no-]add add URL
--[no-]delete delete URLs
enter code here
我已经阅读了大量的 stackoverflow 问题和 github 教程,但它们似乎都失败了。我真的很感谢任何建议或帮助。
我设置了另一个 ssh 密钥并删除了旧的。