add ghproxy to GITHUB_MIRROR

This commit is contained in:
amazingfate 2023-04-17 10:02:53 +08:00 committed by Igor Pečovnik
parent 790e673096
commit 409ce6f362

View File

@ -198,6 +198,9 @@ function do_main_configuration() {
fastgit)
GITHUB_SOURCE='https://hub.fastgit.xyz'
;;
ghproxy)
GITHUB_SOURCE='https://ghproxy.com/https://github.com'
;;
gitclone)
GITHUB_SOURCE='https://gitclone.com/github.com'
;;