mirror of
https://github.com/Balshgit/github_mirror.git
synced 2025-12-16 06:10:39 +03:00
sercret token must be at each
This commit is contained in:
@@ -5,15 +5,15 @@ GITLAB_URL = 'https://git.do.x5.ru'
|
||||
USAGE = '''github_mirror [-h] [-g GROUP] (-u URLS [URLS ...] | -f FILE) -t TOKEN
|
||||
--------------------------------------------------
|
||||
|
||||
python3 github_mirror -u "https://github.com/s3rius/FastAPI-template.git" -g 2059
|
||||
python3 github_mirror -u "https://github.com/s3rius/FastAPI-template.git" -g 2059 -t "git-QwertY1245kde"
|
||||
|
||||
python3 github_mirror -u "https://github.com/s3rius/FastAPI-template.git" "https://github.com/sqlalchemy/sqlalchemy.git"
|
||||
python3 github_mirror -u "https://github.com/s3rius/FastAPI-template.git" "https://github.com/sqlalchemy/sqlalchemy.git" -t "git-QwertY1245kde"
|
||||
|
||||
python3 github_mirror -f github_mirrors.txt -g 59563
|
||||
python3 github_mirror -f github_mirrors.txt -g 59563 -t "git-QwertY1245kde"
|
||||
|
||||
python3 github_mirror -f github_mirrors.txt -u "https://github.com/s3rius/FastAPI-template.git"
|
||||
python3 github_mirror -f github_mirrors.txt -u "https://github.com/s3rius/FastAPI-template.git" -t "git-QwertY1245kde"
|
||||
|
||||
python3 gitlab_mirror.py --gitlab "https://gitlab.company.ru" -t "git-QwertY1245kde" -g 2059
|
||||
python3 github_mirror.py --gitlab "https://gitlab.company.ru" -t "git-QwertY1245kde" -g 2059
|
||||
|
||||
|
||||
--------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user