今天 go get 时出现了截图中的这个问题:

go: finding module for package github.com/Sirupsen/logrus
csphere-test/my-log imports
github.com/Sirupsen/logrus: module github.com/Sirupsen/logrus: Get "https://proxy.golang.org/github.com/%21sirupsen/logrus/@v/list": dial tcp 172.217.160.81: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语言在获取依赖包时遇到的连接超时问题。通过配置代理服务器(如七牛提供的goproxy.cn),成功绕过了网络限制,实现了依赖包的正常下载。
1万+





