我是靠谱客的博主 强健魔镜,最近开发中收集的这篇文章主要介绍golang中引用自己github公开的包失败:connected host has failed to respond,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
golang编程中,想使用自己上传到github的包
使用go mod方式,下载引用自己上传的包失败:
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,direct
go env -w GOPRIVATE=*.corp.example.com
最后
以上就是强健魔镜为你收集整理的golang中引用自己github公开的包失败:connected host has failed to respond的全部内容,希望文章能够帮你解决golang中引用自己github公开的包失败:connected host has failed to respond所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复