ezbz / gitlabber

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

gitlabber creates directories, without actually cloning anything #37

Closed ashandarey closed 3 years ago

ashandarey commented 3 years ago

using gitlabber -t token -u https://gitlab.com backup-directory

is creating empty directories, without cloning the projects/groups

gitlabber version 1.1.1

ashandarey commented 3 years ago

it was an ssh key issue, version 1.1.1 doesnt give any error, its just creates empty directories.

Rigel772 commented 3 years ago

Did you make it work? How?

ashandarey commented 3 years ago

I was using a different ssh key than the one I had in gitlab. Adding the correct key fixed that for me

Rigel772 commented 3 years ago

Thanks for reply. I have few ssh keys in .ssh folder.. would you know how to indicate which one to use?