We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b5e11 commit f4457a3Copy full SHA for f4457a3
lib/functions/configuration/main-config.sh
@@ -239,7 +239,7 @@ function do_main_configuration() {
239
declare -g -r GITHUB_SOURCE='https://hub.fastgit.xyz'
240
;;
241
ghproxy)
242
- [[ -z $GHPROXY_ADDRESS ]] && GHPROXY_ADDRESS=ghgo.xyz
+ [[ -z $GHPROXY_ADDRESS ]] && GHPROXY_ADDRESS=ghfast.top
243
declare -g -r GITHUB_SOURCE="https://${GHPROXY_ADDRESS}/https://github.com"
244
245
gitclone)
0 commit comments