通过 Artifactory git 镜像克隆 github.com 存储库

时间:2021-02-18 04:41:07

标签: github artifactory

Artifactory 支持 [ { "block_id": 1, "block_name": "test 1", "isExist": true, "children": [ { "block_id": 2, "block_name": "test 2", "isExist": false, "children": [ { "block_id": 3, "block_name": "test 2", "isExist": true, } ] } ], } ]; 存储库,本机支持 github、bitbucket 和其他 git 服务器。

他们的文档显示可以通过 API 设置和访问 github.com 镜像

https://www.jfrog.com/confluence/display/JFROG/VCS+Repositories

vcs

您将如何使用 curl -iL "http://artifactory.example.com/api/vcs/downloadBranch/github-vcs/jquery/jquery/main" cli 而不是 `curl 执行相同的克隆操作?


尝试

git

1 个答案:

答案 0 :(得分:1)

根据文档和未解决的问题,目前 Artifactory 仅通过 REST API 支持 vcs (git) 克隆,而不支持 git 客户端(但支持 git-lfs)。
您可以在此处找到更多详细信息in this question
在artifactory jira中也有open issue