Skip to main content

此版本的 GitHub Enterprise 已停止服务 2022-06-03. 即使针对重大安全问题,也不会发布补丁。 要获得更好的性能、改进的安全性和新功能,请升级到 GitHub Enterprise 的最新版本。 如需升级方面的帮助,请联系 GitHub Enterprise 支持

为什么 Git 总是询问我的密� �?

如果 Git 在您每次尝试与 GitHub 交互时均提示输入用户名和密� �,则您可能为仓库使用的是 HTTPS 克隆 URL。

与使用 SSH 相比,使用 HTTPS 远程 URL 具有一些优势。 它比 SSH 更容易设置,通常通过严� �的防火墙和代理进行工作。 但是,每次拉取或推送仓库时,它也会提示您输入 GitHub Enterprise Server 凭据。

When Git prompts you for your password, enter your personal access token (PAT). Alternatively, you can use a credential helper like Git Credential Manager. Password-based authentication for Git has been removed in favor of more secure authentication methods. For more information, see "Creating a personal access token."

通过配置 Git 为您缓存凭据,您可以避免提示输入密� �。 在配置凭据缓存后,当您使用 HTTPS 拉取或推送仓库时,Git 会自动使用缓存的个人访问令牌。

延伸阅读