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就會提示輸入用戶名和新密碼。
總結
以上是生活随笔為你收集整理的git或gitlab修改密码之后,报错remote: HTTP Basic: Access denied,fatal: Authentication failed for ‘git或gitlab地址’的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Vue项目实战04 : Vue 轮询接口
- 下一篇: git 如何把master分支代码合并到