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

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -