每当我输入:
git push
我明白了:
remote: Permission to [username]/[project-name].git denied to [old-username].
Fatal: unable to access [https://github.com/link/.git]: the requested url returned error: 403
我认为git会尝试使用[old-username]
,这是我不能用于此项目的github帐户。
我是git的新手,但我似乎无法找到解决方案。我怎样才能让github提示我输入正确的用户名和密码,以便我可以推送到我的新帐户可以访问的远程分支?
答案 0 :(得分:2)
您可以更改远程网址以包含您的用户名和/或密码
401 (Unauthorized)
还有你的密码
git remote origin set-url https://username@github.com/username/repository.git