go系列:go 下载github包提示: dial tcp 172.217.160.81:443: i/o timeout 解决方案
go 下载github包提示: dial tcp 172.217.160.81:443: i/o timeout 解决方案
go 下载github包提示: dial tcp 172.217.160.81:443: i/o timeout 解决方案
1、现象
go: module github.com/gin-gonic/gin: Get "https://proxy.golang.org/github.com/gin-gonic/gin/@v/list": dial tcp 172.217.160.81:443: i/o timeout
2、原因分析
如图 代理不是国可用代理
3、解决方案
修改代理魏国内可用代理
在命令行执行
go env -w GOPROXY=https://goproxy.cn
4、正常下载
go 下载github包提示: dial tcp 172.217.160.81:443: i/o timeout 解决方案