我是靠谱客的博主 大气冬日,最近开发中收集的这篇文章主要介绍Go 在编译时报 A connection attempt failed because the connected party did not properly respond after...,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
很多新手朋友在编译go的过程中是不是经常会遇到下面这样的报错:
dial tcp 172.217.163.49: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
最后
以上就是大气冬日为你收集整理的Go 在编译时报 A connection attempt failed because the connected party did not properly respond after...的全部内容,希望文章能够帮你解决Go 在编译时报 A connection attempt failed because the connected party did not properly respond after...所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复