Erez Mazor

Results 22 comments of Erez Mazor

Duplicate of #18 GitPython doesn't support this natively you can add a wrapper as described [here](https://stackoverflow.com/questions/44784828/gitpython-git-authentication-using-user-and-password)

Can you please run you command in verbose mode and place the output here

AFAIK from this error you need to install python certificates. See this [link](https://stackoverflow.com/questions/52805115/certificate-verify-failed-unable-to-get-local-issuer-certificate) for more information

Just performs a `git clone -v `. I believe there's an option to provide additional arguments. There's an option to provide additional parameters as specified here: https://gitpython.readthedocs.io/en/stable/reference.html?highlight=clone_from#module-git.repo.base

Currently this functionality is not provided, however it could be according to [this](https://github.com/gitpython-developers/GitPython/issues/269). Just need to think on how to implement additional git arguments in the cli.

thanks for submitting code and suggesting this feature, I do realize for large setups reading the entire tree structure can take a long time and incur a lot of API...

thanks for the contribution will add it to the documentation

I think this [issue](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/29296#note_80474729) is related, did you receive this error on gitlab foss or gitlab cloud?

Can we relate this to an issue? I'd like to try and reproduce before I merge

The problem gitlabber was trying to solve was complex and large setups with multiple groups where a user was interested in subsets of the large tree. Personal projects were indeed...