use mirror.ghproxy.com as default url of ghproxy

This commit is contained in:
amazingfate
2023-11-21 14:16:55 +08:00
committed by Igor
parent 81c460e3bf
commit aff6915fba

View File

@@ -218,7 +218,7 @@ function do_main_configuration() {
GITHUB_SOURCE='https://hub.fastgit.xyz'
;;
ghproxy)
[[ -z $GHPROXY_ADDRESS ]] && GHPROXY_ADDRESS=ghproxy.com
[[ -z $GHPROXY_ADDRESS ]] && GHPROXY_ADDRESS=mirror.ghproxy.com
GITHUB_SOURCE="https://${GHPROXY_ADDRESS}/https://github.com"
;;
gitclone)