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

https://blog.csdn.net/qq_42817227/article/details/90669039

方案一:
1、打开控制面板

2、修改密码


方案二:
git config --system --unset credential.helper
git config --global credential.helper store
1
2
再push就会提示输入用户名和新密码。
————————————————
版权声明:本文为CSDN博主「初心-杨瑞超个人博客」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_42817227/article/details/90669039

原文地址:https://www.cnblogs.com/liangqihui/p/14692678.html