$ git push --set-upstream origin master
remote: Permission to DerWalundDieKatze/watchlist.git denied to aturX.
fatal: unable to access 'https://github.com/DerWalundDieKatze/watchlist.git/': The requested URL returned error: 403
更换了git账号后很久没有用Windows突然用了之后一直报这个错,我重新配置了ssh也没用后来,一直觉得跟我的账号有问题因为我一台电脑配置了两个git账号的ssh,从https://blog.csdn.net/juan083/article/details/78110586这篇文章了解到是凭证的问题之前mac也出现过这个凭证的问题修改了钥匙串才解决
windows系统:
【控制面板】->【用户账号】->【凭证管理器】->删除对应的凭证
mac系统:
【打开钥匙串访问】->【搜索git】->删除和xxxx相关的记录
这张图是我删除之后的,我打开后发现我有三四条git 的凭证我为了方便我重新使用将之前的全部删除了,删除之后重新使用git提交,需要我重新输入git账户和密码