ezbz / gitlabber

Gitlabber - clones or pulls entire groups tree from gitlab
MIT License
483 stars 80 forks source link

Command CLI Usage #64

Closed rider8581 closed 3 years ago

rider8581 commented 3 years ago

Thank you for shaing this awesome project.

For example, if I need to clone the following group, how should I input cli args?

https://gitlab.com/kalilinux

Kindly guide me, thanks

ezbz commented 3 years ago

Follow the instructions to grab an access token then I think this should do the trick for you:

gitlabber -t TOKEN -u 'https://gitlab.com/' -i '/kalilinux**' -n path .
rider8581 commented 3 years ago

thank you for your reply, I tried but got following error: image Would you check what the issue is?

ezbz commented 3 years ago

Well this command should work for you if the project path is as you provided, I suggest you look into the project name/path and try to figure out what is missing (if you want to use group names instead of server paths remove the -n path parameter from the command