Bootstrap

go 语言 proxy.golang.org timeout 无法访问 处理方法

解决go包管理网址无法访问:proxy.golang.org
默认使用的是proxy.golang.org,在国内无法访问

> 错误信息:

go: golang.org/x/[email protected]: Get "https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20190731235908-ec7cb31e5a56.mod": dial tcp 172.217.160.113:443: i/o timeout


> 处理方法 换一个国内能访问的代理地址:https://goproxy.cn

go env -w GOPROXY=https://goproxy.cn



原文链接:https://blog.csdn.net/wei11556/article/details/109526797

;