今年年初,我下载了github桌面,但现在已将其删除,转而使用tortoise git。
我很高兴使用https在我的WORK帐户中执行git push to repositories。
我现在已经使用NEWREPO存储库在github上设置了我的OWN帐户。
使用git config --list
可以正确设置遥控器和用户详细信息user.name =自己的
user.email=owner@gmail.com
remote.origin.url = https://github.com/OWN/NEWREPO.github.io.git
remote.origin.fetch = +参/头/ :参/遥控器/来源/
$ git push -u origin master remote:允许OWN / NEWREPO.github.io.git拒绝工作。 致命:无法访问“https://github.com/OWN/NEWREPO.github.io.git/”:请求的网址返回错误:403
检查了Google上的错误并且以下建议找到了ssh密钥(可能是由github桌面设置的,因为我没有这样做),我删除了这些密钥并在全局和文件夹中重置了user.name和user.email但仍然以某种方式将PC锁定在WORK中。
我想继续使用https而不是ssh任何建议吗?