git或gitlab修改密码之后,报错remote: HTTP Basic: Access denied,fatal: Authentication failed for ‘git或gitlab地址’

时间:2021-06-09 15:38:46   收藏:0   阅读:0

技术图片

方案一:

1、打开控制面板

技术图片

 

2、修改密码

技术图片

 

方案二:

git config --system --unset credential.helper
git config --global credential.helper store

重新将代码push到远程仓库就会提示输入用户名和新密码。

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!