git - Download from a GitLab private repository -
i want use "curl" download file private repo in gitlab. know can use gitlab api, reason, cannot use it.
is possible this? return me login page.
no need sign in. go user profile under account copy private token.
then off go api, adding private_token query param such follow:
curl 'http://example.com/api/v3/projects?private_token=your_token'
Comments
Post a Comment