美文网首页
以太坊 cd go-ethereum 、make geth超时问

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

作者: 疯子码传 | 来源:发表于2021-03-01 16:59 被阅读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 

相关文章

网友评论

      本文标题:以太坊 cd go-ethereum 、make geth超时问

      本文链接:https://www.haomeiwen.com/subject/mmrxqltx.html