【问题标题】:How to Turn off GIT Credentials Manager [duplicate]如何关闭 GIT 凭据管理器 [重复]
【发布时间】:2019-08-09 13:41:38
【问题描述】:

安装 GIT 时,它会询问您是否要使用凭据管理器。

有没有办法在打开凭据管理器的情况下安装后通过设置或命令行关闭凭据管理器?

【问题讨论】:

标签: git git-credential-manager


【解决方案1】:

对于 Windows,试试这个:

git config credential.modalprompt false --global

您也可以禁用 SSH 私钥身份验证:

git config --edit --global

并将askpass 值设置为空字符串:

[core]
    askpass =

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2010-09-09
    • 1970-01-01
    • 1970-01-01
    • 2016-09-08
    • 2022-01-15
    • 2022-06-21
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多