remote: Incorrect username or password ( access token )
当我们输入git push 推送到远程仓库时会显示
remote: Incorrect username or password ( access token )
这说明你的账号密码不对,
此时输入
git config --system --unset credential.helper
来清空你的账户记录,
然后重新 推送,它会自动弹出username和password框
输入正确的即可推送成