正文 284字数 256,023阅读


关于https://goproxy.cn,direct与https://proxy.golang.org的问题,国内无法访问https://proxy.golang.org设置了GOPROXY仍不可行

修改GOPROXY 终端执行命令
go env -w GOPROXY=https://goproxy.cn,direct
Run code
Cut to clipboard


    不在终端中修改,直接修改源码
    env GO111MODULE=on GOPROXY=https://goproxy.cn,direct go run xxx
    Run code
    Cut to clipboard