gpt4 book ai didi

git - 使用访问 key 从 Bitbucket Repo 的下载部分下载文件

转载 作者:IT王子 更新时间:2023-10-29 00:43:51 28 4
gpt4 key购买 nike

我正在寻找一种从 bitbucket 下载文件的方法(不是存储库,下载部分的文件)。目前,可以使用部署 key 克隆存储库,但我无法使其用于下载。

我尝试了以下方法:

curl -u 用户名:--key .ssh/id_rsa --pubkey .ssh/id_rsa.pub scp://bitbucket.org/repositoryowner/downloads/downloadfile.zip

编辑:

目前最好的解决方法是创建一个一次性的虚拟用户:

wget -O/tmp/file --user "用户名"--password "密码"https://bitbucket.org/owner/rep/downloads/abc.tar.gz

最佳答案

在多次尝试失败后,我收到了来自 Bitbucket 支持的回复:

Access keys in Bitbucket Cloud can be used for cloning or pulling from a repository only, I'm afraid it is not possible to download files from the Downloads section of the repo with SSH keys.

Unless the repository is public, users will need to have a Bitbucket Cloud account in order to authenticate and download files from the Downloads page.

Feel free to let us know if you have any further questions.

这已经在 Bitbucket 上提出了一个功能请求。如果你想拥有这个功能,那就点赞吧:

https://bitbucket.org/site/master/issues/18501

关于git - 使用访问 key 从 Bitbucket Repo 的下载部分下载文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37463455/

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