win10环境,报错完整内容如下
go get google.golang.org/grpc: module google.golang.org/grpc: Get https://proxy.golang.org/google.golang.org/grpc/@v/list: dial tcp [2404:6800:4012:3::2011]:443: connectex: A connection attempt failed because the connected party did no
t properly respond after a period of time, or established connection failed because connected host has failed to respond.
如下图
原因:
因为我们访问的地址被防火墙给屏蔽了,你需要改成我们国内可用的代理地址
操作如下:
在cmd中执行 go env -w GOPROXY=https://goproxy.cn
如下图
再次执行 go get google.golang.org/grpc 命令即可
完整流程如下图(修改goproxy后再次执行就成功了)
文章来源:https://www.toymoban.com/news/detail-512022.html
文章来源地址https://www.toymoban.com/news/detail-512022.html
到了这里,关于go get google.golang.org/grpc报错的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!