ezbz / gitlabber

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

Unable clone any repo from gitlab.freedesktop.org #123

Open fsword7 opened 4 months ago

fsword7 commented 4 months ago

I tried to clone a group called 'xorg' includes subgroups but it always show empty tree.

gitlabber -t ** -u https://gitlab.freedesktop.org -i '/xorg' -m http .

I got a message said that:

2024-02-12 09:03:04,393 - gitlabber.cli - CRITICAL - The tree is empty, check your include/exclude patterns or run with more verbosity for debugging

Does anyone able clone entire xorg group with subgroups? I am using Ubuntu system.

How about mirroring feature like 'git clone --mirror'. I did not see any feature support in gitlabber.

Thanks, Tim

ezbz commented 5 days ago

Assuming you are using a personal access token I don't think you have permission to read_repository on the entire https://gitlab.freedesktop.org/ gitlab, have you tried doing these API calls using cURL first?

I am not sure gitlabber is meant for these kind of servers, it is a huge repository