解决Golang编译报错
Golang编译报错:dial tcp 172.217.160.113:443: connect: connection timed out在编译go时出现这样报错[root@dce-10-6-116-10 tmp]# go get k8s.io/node-problem-detectorgo get: module k8s.io/node-problem-detector: Get “https
·
Golang编译报错:dial tcp 172.217.160.113:443: connect: connection timed out
在编译go时出现这样报错
[root@dce-10-6-116-10 tmp]# go get k8s.io/node-problem-detector
go get: module k8s.io/node-problem-detector: Get “https://proxy.golang.org/k8s.io/node-problem-detector/@v/list”: dial tcp 172.217.160.113:443: connect: connection timed out
是由于防火墙的问题导致,需要该用国内代理解决此问题
go env -w GOPROXY=https://goproxy.cn
然后再重新编译就可以啦!
更多推荐
已为社区贡献8条内容
所有评论(0)