gitlabber icon indicating copy to clipboard operation
gitlabber copied to clipboard

Gitlabber not cloning repositories, only structure

Open Morphosdark opened this issue 2 years ago • 10 comments

Describe the bug When trying to clone all the repositories of a group, it only creates the tree.

Im using a token with read_api and read_repository.

After the first run, i've run again, and nothing happened

To Reproduce

the command i use to run gitlabber:

gitlabber -t MYTOKEN -u MYURL

Morphosdark avatar Mar 31 '22 12:03 Morphosdark

Hi, I can confirm this. Following the instructions in the readme I can connect via SSH, read the tree, and create the skeleton of the respective gitlab instance - but not a single repo is being cloned.

redtux avatar Apr 09 '22 11:04 redtux

Just in case, using another token with full access does not help, while using --method http and providing username and password works as expected. (Maybe related to #97.)

redtux avatar Apr 09 '22 12:04 redtux

Any update for this issue? We are using SSO and it is impossible to provide username, password and MFA for each project. this defeats the purpose for using this module.

reznid01 avatar May 24 '22 18:05 reznid01

Confirming this as well. This makes the entire project unusable.

rdumouchelle avatar Jun 28 '22 00:06 rdumouchelle

Yep confirming - still happening in late 2022; is this project still alive?

dylanh724 avatar Sep 27 '22 03:09 dylanh724

(CC @ezbz - since this is a long-term breaking bug)

dylanh724 avatar Sep 27 '22 03:09 dylanh724

Yep confirming - still happening in late 2022; is this project still alive?

Define alive 🤭 According to the git log the last code change was a year ago, and the last commit is seven month old. 🤷🏻‍♂️🙂

redtux avatar Sep 27 '22 11:09 redtux

Time to fork? I think a fix is here

dylanh724 avatar Sep 27 '22 11:09 dylanh724

Any updates on this?

ogencoglu avatar Oct 10 '22 13:10 ogencoglu

I suggest to use --verbose option to see what is going wrong. I can confirm that the tool is still working! I had the same issue. It looked like the tool is just creating the structure. When I turned on --verbose I found that the "git clone" was failing due to some issues with my ssh keys. Sadly gitlabbler is silent about this and does not even show a warning if you don't use --verbose.

mertensr avatar Jun 02 '23 09:06 mertensr