Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
安装 GIT 时,它会询问您是否要使用凭据管理器。
在打开凭据管理器的情况下安装凭据管理器后,有没有办法通过设置或命令行关闭凭据管理器?
对于 Windows,试试这个:
git config credential.modalprompt false --global
您也可以禁用 SSH 私钥身份验证:
git config --edit --global
并将askpass值设置为空字符串:
askpass
[core] askpass =