gpt4 book ai didi

github - 如何在 github 和 2FA 中使用 Visual Studio 代码

转载 作者:行者123 更新时间:2023-12-03 22:16:54 24 4
gpt4 key购买 nike

我们的组织要求我们将 2FA 添加到 github。很遗憾,
现在我们无法在 Visual Studio 代码中提交我们的工作。 VSCode 提示输入用户名和密码。它不知道2FA。

有一些非常古老的帖子说使用个人访问 token (PAT),例如

https://colinmackay.scot/2015/07/15/two-factor-authentication-with-github-and-visual-studio-2013/comment-page-1/#comment-29984

http://www.anilsezer.com/connecting-github-from-visual-studio-after-twofactor-authentication-enabled

但是,这也不起作用。

第一篇文章说在 VSCode github 登录对话框中输入 PAT 作为用户名并将密码留空。这不起作用,因为您无法使用空白密码进行提交。输入随 secret 码给出

Fatal: HttpRequestException encountered.
An error occurred while sending the request.
fatal: HttpRequestException encountered.
An error occurred while sending the request.
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/xxx/xxx.git/'

第二篇文章说使用您的用户/电子邮件作为用户名,并输入 PAT 作为密码。这也是 VSCode 文档所说的。太累了,同样的问题。

任何人得到这个工作?

另外,有谁知道 VSCode 需要哪些“范围”?我只是勾选了“ repo ”。这可能是问题所在,是否需要更多?

最佳答案

我建议您可以使用个人访问 token 。
只需在网站上单击您的个人资料图片 https://github.com/ (登录后),然后在设置 > 个人访问 token > 生成新 token 。按照向导选择要授予的内容,至少您需要 repo。

在 VS Code 上,您提供常用的用户名,密码则提供新生成的 PAT。

关于github - 如何在 github 和 2FA 中使用 Visual Studio 代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49809647/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com