git 删除本地credential 方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git 删除本地credential 方法相关的知识,希望对你有一定的参考价值。

参考技术A 通过 git config --list | grep credential 查看持久化存储的方式

第一种就是mac自带的钥匙串 (启动台->其他->钥匙串访问, 搜索git相关 删掉目标信息)

第二种是文件存储地址在 ~/.git-credentials,删除该文件

删除 git:'credential-manager' 不是 git 命令。来自 Mac

【中文标题】删除 git:\'credential-manager\' 不是 git 命令。来自 Mac【英文标题】:Remove git: 'credential-manager' is not a git command. From Mac删除 git:'credential-manager' 不是 git 命令。来自 Mac 【发布时间】:2021-11-01 15:20:26 【问题描述】:

我在 Git 上运行了以下命令:

git config --global credential.helper manager

现在在执行 git push 时出现错误

git: 'credential-manager' is not a git command. See 'git --help'.

我怎样才能删除它?

【问题讨论】:

【参考方案1】:

您已指定凭据帮助程序 manager,这在 macOS 上不可用,这就是您看到此消息的原因。 Git 的大多数 macOS 发行版默认为osxkeychain,这是正确的选择。

要解决这个问题,你可以运行这个:

$ git config --global --unset credential.helper

如果您随后运行git config credential.helper,您可以查看是否有osxkeychain 的设置,如果没有,请添加一个带有原始命令变体的设置。

【讨论】:

以上是关于git 删除本地credential 方法的主要内容,如果未能解决你的问题,请参考以下文章

zk-creds: Flexible Anonymous Credentials from zkSNARKs and Existing Identity Infrastructure

git:'credential-cache' 不是 git 命令 - 删除设置

删除 git:'credential-manager' 不是 git 命令。来自 Mac

使用slackSend的Jenkins管道评估步骤

Tortoise git账号记住密码

缺少必需的客户端配置选项:区域