zl程序教程

您现在的位置是:首页 >  其他

当前栏目

[Go] 解决golang.org模块无法下载的问题

2023-02-18 15:41:10 时间

使用GOPROXY环境变量解决proxy.golang.org无法访问问题

在/etc/profile中增加

export GOPROXY=https://goproxy.cn

 

windows下使用

 $env:GOPROXY = "https://goproxy.cn"