remote: support for password authentication was removed on august 13, 2021. please use a personal access token instead. remote: please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
时间: 2023-03-20 18:07:15 浏览: 163
远程:2021年8月13日已删除密码身份验证的支持。请使用个人访问令牌。远程:请参阅https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/获取更多信息。
相关问题
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
自2021年8月13日起,GitHub不再支持使用密码进行身份验证,而是要求使用个人访问令牌(Personal Access Token)进行身份验证。个人访问令牌是一种用于代替密码进行身份验证的安全方式。您可以通过以下步骤生成并使用个人访问令牌:
1. 登录到您的GitHub帐户。
2. 在右上角的头像下拉菜单中,选择"Settings"(设置)。
3. 在左侧导航栏中,选择"Developer settings"(开发者设置)。
4. 在左侧导航栏中,选择"Personal access tokens"(个人访问令牌)。
5. 点击"Generate new token"(生成新令牌)按钮。
6. 输入访问令牌的描述,并选择所需的权限范围。
7. 点击"Generate token"(生成令牌)按钮。
8. 复制生成的个人访问令牌,并将其用作在命令行或其他应用程序中进行身份验证的凭据。
请注意,个人访问令牌具有与您的GitHub帐户相关联的权限,请妥善保管并不要泄露给他人。
remote: Support for password authentication was removed on August 13, 2021.
回答: "remote: Support for password authentication was removed on August 13, 2021" 这个错误信息意味着在2021年8月13日之,不再支持使用密码进行身份验证。[1] 相反,你需要使用个人访问令牌(personal access token)进行身份验证。这是一种更安全的身份验证方式。[2][3] 你可以在相关的文档中找到更多关于如何生成和使用个人访问令牌的信息。
阅读全文