gitlab-group-clone
gitlab-group-clone copied to clipboard
Tool for recursive cloning whole gitlab group tree
When cloning using `--http --token `, all git repository remotes include the token: ``` https://token:@gitlab.mycompany.com/path/to/repo.git ``` I think, at least by default, remotes should be created without the auth part...
Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Fresh installation of gitlab-clone: ```bash pip install --user gitlab-clone Collecting gitlab-clone Downloading gitlab_clone-1.1.0-py2.py3-none-any.whl (4.4 kB) Requirement already satisfied: requests in /Users/miguel/Library/Python/3.9/lib/python/site-packages (from gitlab-clone) (2.25.1) Requirement already satisfied: urllib3=1.21.1 in /Users/miguel/Library/Python/3.9/lib/python/site-packages...
OS: Ubuntu linux Python: 3.8 First call works: `gitlab-clone --group_id --token --gitlab-url ` When I want to update the repo by the repeated call of the previous command it fails...