当我们输入git push 推送到远程仓库时会显示
remote: Incorrect username or password ( access token )
这说明你的账号密码不对,
此时输入
git config --system --unset credential.helper
来清空你的账户记录,
然后重新 推送,它会自动弹出username和password框
输入正确的即可推送成
当我们输入git push 推送到远程仓库时会显示
remote: Incorrect username or password ( access token )
这说明你的账号密码不对,
此时输入
git config --system --unset credential.helper
来清空你的账户记录,
然后重新 推送,它会自动弹出username和password框
输入正确的即可推送成
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。