以太坊 cd go-ethereum 、make geth超时问

2021-03-01  本文已影响0人  疯子码传

解决https://proxy.golang.org/github.com 报443 超时问题

make geth

go: github.com/Azure/azure-storage-blob-go@v0.7.0: Get "https://proxy.golang.org/github.com/%21azure/azure-storage-blob-go/@v/v0.7.0.mod": dial tcp 172.217.24.17:443: i/o timeout

make: *** [geth] Error 1

替换一个国内的代理地址

终端命令执行:

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

重新执行make geth 

上一篇下一篇

猜你喜欢

热点阅读