如何从私有Bitbucket存储库递归下载文件?

时间:2020-02-26 08:39:43

标签: git github bitbucket wget

我已经将.rpm软件包上传到Bitbucket存储库下的Download文件夹中。 然后,我想下载该文件夹中的所有文件。

enter image description here

使用此命令

wget --no-check-certificate  -r --user user1 --ask-password https://bitbucket.org/testrepo/ansible-os_k8s/downloads

给我(本地计算机,没有代理)

Reusing existing connection to bitbucket.org:443.
HTTP request sent, awaiting response... 401 Unauthorized
Authentication selected: Basic realm="Bitbucket.org HTTP"
Reusing existing connection to bitbucket.org:443.
HTTP request sent, awaiting response... 403 Forbidden
2020-02-26 15:36:19 ERROR 403: Forbidden.

你们可以帮忙吗 谢谢!

1 个答案:

答案 0 :(得分:0)

要下载的一个选项是首先克隆存储库,然后运行以下命令:git archive --output =。/ example_repo_archive.tar.gz --format = tar HEAD ./build