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

Posted 习久性成

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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到远程仓库就会提示输入用户名和新密码。

 

以上是关于git或gitlab修改密码之后,报错remote: HTTP Basic: Access denied,fatal: Authentication failed for ‘git或gitlab地址’的主要内容,如果未能解决你的问题,请参考以下文章

git拉取GitLab工程报错Repository not found

git合并分支成功,但是push失败(remote: GitLab: You are not allowed to push code to protected branches on this pr

gitlab仓库迁移

如何修改gitlab上项目的远程地址

GitLab使用

remote: HTTP Basic: Access denied fatal: Authentication failed