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)