type
Post
status
Published
slug
2019/07/27/1564656217885.html
summary
tags
Git
Linux
category
Linux
icon
password
new update day
Property
Dec 8, 2022 06:26 AM
created days
Last edited time
Dec 8, 2022 06:26 AM

问题现象

有时候我们在使用 git ,输入密码的时候、有可能会输入错误、于是就会出现类似 Git 身份验证错误的问题

解决方案

正确的操作方式为:
git config --system --unset credential.helper
在经过多方索索发现、大多数人都建议在上面的基础上再允许一条命令即:
git credential-manager uninstall
注意!上调=条命令并不是用来清除掉缓存在git中的用户名和密码的、而是用来 卸载 credential-manager 、不过如果你想以后每次运行 git 的时候都输入密码的话卸载了也没关系。
 
 
欢迎加入喵星计算机技术研究院,原创技术文章第一时间推送。
notion image
 
一些常用的Sql语句A Quick Guide to Using the MySQL Yum Repository