Artifactory supports vcs repositories with native support for github, bitbucket and other git servers.
Their documentation shows that a github.com mirror can be setup and accessed through the API
https://www.jfrog.com/confluence/display/JFROG/VCS+Repositories
curl -iL "http://artifactory.example.com/api/vcs/downloadBranch/github-vcs/jquery/jquery/main"
How would you perform the same clone operation using the git cli and not `curl ?
Attempts
git clone "http://artifactory.example.com/api/vcs/downloadBranch/github-vcs/vim/vim/master
git clone https://artifactory.example.com/vim/vim
git clone https://artifactory.example.com/api/vcs/github-vcs/vim/vim