其他分享
首页 > 其他分享> > git或gitlab修改密码之后,报错remote: HTTP Basic: Access denied,fatal: Authentication failed for ‘git或gitlab地址’

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

作者:互联网

方案一:

1、打开控制面板

 

2、修改密码

 

方案二:

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

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

 

标签:credential,git,helper,--,gitlab,报错,config
来源: https://www.cnblogs.com/hls-code/p/14866591.html