dowload protected or internal repository (or branch) as zip or tar
Closed
dowload protected or internal repository (or branch) as zip or tar
Created by: chrismaes87
I can download a repository as zip if the repository is public using this:
wget http://demo.gitlab.com/gitlab/gitlab-recipes/repository/archive.zip
yet when the project is protected (but I have access since I am the project owner) I cannot download, I get permission errors...
Resolving gitlab (gitlab)... 10.1.253.75 Connecting to gitlab (gitlab)|10.1.253.75|:80... connected. HTTP request sent, awaiting response... 401 Unauthorized Authorization failed.
Created by: yatish27
If the project is not public then
wget
to that project zip from command-line will not work as the session is not present http://stackoverflow.com/questions/1324421/how-to-get-past-the-login-page-with-wgetBy Administrator on 2014-03-28T15:32:55 (imported from GitLab project)
Created by: Razer6
API currently does not support this. You may raise a feature request on http://feedback.gitlab.com. Have tried the solution o Stackoverflow?
By Administrator on 2014-05-02T20:44:28 (imported from GitLab project)