解决go包管理代理网址无法访问:proxy.golang.org
默认使用的是proxy.golang.org,在国内无法访问
解决方法:
换一个国内能访问的代理地址:https://goproxy.cn
执行命令:
go env -w GOPROXY=https://goproxy.cn
重新执行命令,完美通过!
详细内容参见
https://blog.csdn.net/yxf771hotmail/article/details/88233857
vscode安装go第三方扩展包填坑记录
最新推荐文章于 2024-03-16 21:14:47 发布