与使用 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 会自动使用缓存的个人访问令牌。