You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There has been --url flag to override the default download URL since 2018 when #12 was added . The default is https://storage.googleapis.com/golang.
Optional flags:
-h, --help Show context-sensitive help (also try --help-long and --help-man).
-d, --debug Enable debug logging to stderr.
--os=OS Go binaries target os.
--arch=ARCH Go binaries target architecture.
--home=HOME GVM home directory.
--url=URL Go binaries repository base URL.
--repository=REPOSITORY Go upstream git repository.
--version Show application version.
For some reason I'm not able to reach the default site
https://golang.org
, buthttps://golang.google.cn
is ok.So is it possible to set the download url BEFORE install ?
The text was updated successfully, but these errors were encountered: