我已经使用SourceTree克隆了github存储库。 在安装SourceTree期间,我已使用我的GutHub帐户进行身份验证。 在克隆之后,我做了第一次更改并尝试提交并推送。提交工作正常,但推送异常:
git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags --set-upstream origin master:master
remote: Permission to KamikyIT/VkWCF.git denied to sergeypyrkin.
fatal: unable to access 'https://github.com/KamikyIT/VkWCF.git/': The requested URL returned error: 403
Pushing to https://github.com/KamikyIT/VkWCF.git
我能看到的是,我不是sergeypyrkin。
答案 0 :(得分:3)
在命令行中检入您的credential helper:
git config credential.helper
根据您的操作系统,该帮助程序可能缓存了与github.com相关联的错误凭据(错误的用户名/密码)