📅  最后修改于: 2023-12-03 14:41:25.655000             🧑  作者: Mango
Git Config Credential Helper - Shell-Bash 是一个基于 Shell-Bash 的 Git 凭据辅助工具。它允许你在远程 Git 存储库中访问受保护的资源,而无需反复输入用户名和密码。您只需要在第一次访问时输入凭据,然后它就会一直记住您的凭据。
Git Config Credential Helper - Shell-Bash 已默认安装在 Git 中。如果您的系统没有它,您也可以手动安装。您只需在终端中运行以下命令即可:
git config --global credential.helper cache
Git Config Credential Helper - Shell-Bash 很容易使用。您只需要将命令添加到 Git 中,然后它就会自动处理身份验证。
最常用的命令是缓存 Git 凭据。它允许您缓存凭据,以便在一段时间内无需再次输入凭据。您只需在终端中运行以下命令即可:
git config --global credential.helper cache
如果您希望 Git 永久存储凭据,以便在每次访问远程仓库时都无需输入凭据,则可以使用以下命令:
git config --global credential.helper store
除了 Git 中默认提供的凭据存储之外,您还可以选择使用自定义存储。例如,您可以使用 macOS 中的 Keychain 或 Windows 中的 Credential Manager。以下是如何在 macOS 中使用 Keychain 的示例:
git config --global credential.helper osxkeychain
以上是 Git Config Credential Helper - Shell-Bash 的简介。您可以按照上述步骤轻松使用。如果您需要更多帮助,请查阅 Git 官方文档。