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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jquery - Keeping Kendo Datepicker in min/max range -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -