我是靠谱客的博主 感性钢笔,最近开发中收集的这篇文章主要介绍dial tcp xxx: connectex: A connection attempt failed,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

问题

go: github.com/at-wat/ebml-go@v0.16.0: Get “https://proxy.golang.org/github.com/at-wat/ebml-go/@v/v0.16.0.mod”: dial tcp 172.217.27.145: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

原因

请求的地址被墙了

解决办法

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

改成国内代理地址即可。

最后

以上就是感性钢笔为你收集整理的dial tcp xxx: connectex: A connection attempt failed的全部内容,希望文章能够帮你解决dial tcp xxx: connectex: A connection attempt failed所遇到的程序开发问题。

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

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

评论列表共有 0 条评论

立即
投稿
返回
顶部