I want to use curl to download my private repo in GitLab. I know I can use the Gitlab API, but for some reason, It doesn\'t work.
curl
Is this possible? When
If you need to do this in a CI run and your private repo is on the same server, you should be able to use git submodules to clone other repos at the same time. Using the ${CI_JOB_TOKEN} is another option since GitLab 8.12.
${CI_JOB_TOKEN}