gpt4 book ai didi

git - 使用 LibGit2Sharp 的 Bitbucket 身份验证

转载 作者:行者123 更新时间:2023-12-05 03:14:26 24 4
gpt4 key购买 nike

我使用 CSharp.Bitbucket 库通过 Bitbucket ( https://github.com/scottksmith95/CSharp.Bitbucket ) 对用户进行身份验证。身份验证工作正常,我得到了 token 值和 token secret 值。

我已经编写了一个逻辑 - 在 LibGit2Sharp ( https://github.com/libgit2/libgit2sharp ) 的帮助下 - 克隆/pull/推用户 repo 的内容。如果用户使用 GitHub 进行身份验证,它就可以正常工作。在这种情况下,我必须为用户名提供访问 token 的值,为密码提供一个空字符串。

 LibGit2Sharp.Credentials credentials = new UsernamePasswordCredentials()
{
Username = [GITHUB ACCESS TOKEN],
Password =""
};

但是 Bitbucket 呢?我可以这样使用 LibGit2Sharp 吗?我找不到有关此问题的任何文档。我尝试将 token 值和 token 密码也用于用户名,但失败了。

enter image description here

我也想将 Bitbucket 与 Git 和 Mercurial 一起使用。有什么我至今没意识到的小技巧吗?

感谢您的帮助!

最佳答案

这种将 token 作为用户名和空白密码传递的方式特定于 GitHub AFAIK ( see this help article )。该文章还指出,传递 x-oauth-basic 是有效的。

BitBucket 问题 #7735 似乎声明将 token 作为用户名和 x-oauth-basic 传递也可以。

关于git - 使用 LibGit2Sharp 的 Bitbucket 身份验证,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24607212/

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