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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了以太坊 cd go-ethereum 、make geth超时问题相关的知识,希望对你有一定的参考价值。

参考技术A 解决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超时问题的主要内容,如果未能解决你的问题,请参考以下文章

区块链,使用 Go-Ethereum 搭建以太坊私有链

使用 Go-Ethereum 1.7.2搭建以太坊私有链

基于Ubuntu系统搭建以太坊go-ethereum源码的开发环境

以太坊GoJavaPythonRubyJS客户端介绍

以太坊geth主网全节点部署

使用 web3 和 go-ethereum 在私有以太坊区块链上打开和进行交易时未捕获(承诺)错误