windows上git push的时候报错:
git push
remote: Incorrect username or password ( access token )
fatal: Authentication failed for 'https://gitee.com/.....
主要是你可能之前登录push过,后来修改过密码,导致window记住的凭证 与 你现在的密码不匹配,
解决方法:
1、控制面板,搜索凭据管理器
2、删除你要push的网站的凭证:
3、重新push 、输入现在用户名 密码即可