Git重置登录密码问题,Git-remote Incorrect username or password ( access token )

一、git gui使用中有个问题,对于远程服务器账号密码输入不正确,再次获取时不会自动弹出登录框

目前在新版本v.2.19.0 中遇到了。

在以前版本中如果,账号密码输入不正确,再次获取会让重新输入账号密码。

Git-remote Incorrect username or password ( access token )

Git重置登录密码问题,Git-remote Incorrect username or password ( access token )_第1张图片

如果想重新更换账号密码,解决方案如下:

删除系统保存的对于当前域名的账号密码凭据,那么再次获取时会弹出账号密码登录框。

打开电脑的控制面板–>用户账户–>管理Windows凭据

Git重置登录密码问题,Git-remote Incorrect username or password ( access token )_第2张图片 
Git重置登录密码问题,Git-remote Incorrect username or password ( access token )_第3张图片 
Git重置登录密码问题,Git-remote Incorrect username or password ( access token )_第4张图片

找到普通凭据中自己的账号信息,选择编辑,填入正确的用户名和密码,最后点击保存即可。

Git重置登录密码问题,Git-remote Incorrect username or password ( access token )_第5张图片

最后重新使用git的push指令,成功将代码提交。

更多:

 Windows系统搭建GitServer--Bonobo Git Server

 Git移除版本控制操作

git回到指定版本命令

你可能感兴趣的:(开发工具)