我是靠谱客的博主 明亮宝马,最近开发中收集的这篇文章主要介绍dial tcp 34.64.4.113:443: connectex: A connection attempt failed because the connected party did not一、问题二、分析,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

  • 一、问题
  • 二、分析

一、问题

go build 创建项目,拉取go第三方扩展包的时候报如下错误:

dial tcp 34.64.4.113:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

在这里插入图片描述

二、分析

查看 GOSUMDB 的配置

go env

在这里插入图片描述

最后是因为set GOSUMDB=sum.golang.org

把它关掉

go env -w GOSUMDB=off

代理推荐

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

再次执行命令 go build,成功~

最后

以上就是明亮宝马为你收集整理的dial tcp 34.64.4.113:443: connectex: A connection attempt failed because the connected party did not一、问题二、分析的全部内容,希望文章能够帮你解决dial tcp 34.64.4.113:443: connectex: A connection attempt failed because the connected party did not一、问题二、分析所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(33)

评论列表共有 0 条评论

立即
投稿
返回
顶部