gpt4 book ai didi

git - SourceTree 不断询问 Github 密码

转载 作者:IT王子 更新时间:2023-10-29 01:10:33 24 4
gpt4 key购买 nike

我的组织正在从 Bitbucket 转向 Github 进行项目管理。今天,我试图通过使用 SourceTree 将我们最近的项目从 Bitbucket 转移到 Github。我向项目添加了第二个远程存储库(使用 Github 上目标存储库的 URL),使所有内容都保持最新,然后尝试将代码推送到存储库。 pop 一个框,要求输入我的 Github 帐户的密码。我输入了我的(正确的)密码,然后单击“确定”,对话框再次 pop 。我再次(正确)输入了我的密码,它做了同样的事情。

我的用户名被正确识别,我的密码是正确的,我尝试更新 SourceTree,因为我听说这是以前版本的问题。问题仍然存在。

我正在使用 SourceTree 2.3.1

最佳答案

如果您在 GitHub 上使用双因素身份验证,则需要 create a personal access token and use it with SourceTree :

To work with GitHub's two-factor authentication in SourceTree you can simply use your access token instead of your password. The steps to do this are as follows:

  1. Go to your Personal Access Tokens settings in GitHub.
  2. Click on the Generate new token button.
  3. Name the token something descriptive.
  4. Select which scopes you wish to grant this token.
  5. Click the Generate token button.
  6. Copy the token and use it as a password in your hosted repositories.

You can find more information about this on GitHub's help here.

Mac 用户:如果您的 SourceTree 一直要求输入密码,请转到终端并键入:

git config --global credential.helper osxkeychain

关于git - SourceTree 不断询问 Github 密码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38489022/

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