- 在对应模块下安装Gin过程中发生报错 go: module github.com/gin-gonic/gin: Get "https://proxy.golang.org/github.com/gin-gonic/gin/@v/list": dial tcp 142.250.69.209:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or estab
- 具体截图如下
- 解决方案:使用以下命令即可
go env -w GOPROXY=https://goproxy.cn,direct
- 顺利解决,截图如下
05-19
1267

05-01
1035
