githubmirror
githubmirror copied to clipboard
A small script to keep a local bare copy of every repo in a Github organization, for faster cloning and deploys
$ pip install githubmirror Downloading/unpacking githubmirror Downloading githubmirror-0.3.5.tar.gz Running setup.py egg_info for package githubmirror Downloading/unpacking GitPython (from githubmirror) Downloading GitPython-0.1.7.tar.gz Running setup.py egg_info for package GitPython Downloading/unpacking PyGithub (from githubmirror)...
The project currently does not work properly when trying to mirror a user instead of an organization. It simply returns `Github error: 404 {u'documentation_url': u'https://developer.github.com/v3', u'message': u'Not Found'}` when supplied...
This patch makes it possible to mirror organizations with repositories that are broken or blacklisted by github. This is done by continuing on failure. Failed repositories will be printed on...
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 0.3.2.RC1 to 3.1.37. Release notes Sourced from gitpython's releases. 3.1.37 - a proper fix CVE-2023-41040 What's Changed Improve Python version and OS compatibility, fixing deprecations by @EliahKagan...