git提交代码时报错(用户名或密码不正确):
git提交代码报错解决办法remote: bxn: Incorrect username or password (access token)
提交时弹出的输入框让填写密码和用户名,随便填的一个,在git push就报错。

解决方案:

一:打开控制面板=>用户账户=>凭据管理器(window凭据=>普通凭据)
git提交代码报错解决办法remote: bxn: Incorrect username or password (access token)
二.找到普通凭据=>,编辑,填写用户名和密码,点击保存即可,最后重新git push。(注:填写用户名还不行的话,用户名改成邮箱试试)
git提交代码报错解决办法remote: bxn: Incorrect username or password (access token)

git提交代码报错解决办法remote: bxn: Incorrect username or password (access token)

相关文章: