Go Modules 代理仓库服务

发布时间: 更新时间: 总字数:214 阅读时间:1m 作者: IP上海 分享 网址

go module 公共代理仓库,代理并缓存go模块,利用该代理来避免DNS污染导致的模块拉取缓慢或失败的问题,加速你的构建。

GOPROXY

使用go1.11以上版本并开启go module机制

goproxy.io

# Enable the go modules feature
export GO111MODULE=on
# Set the GOPROXY environment variable
export GOPROXY=https://goproxy.io,direct

Aliyun

export GOPROXY=https://mirrors.aliyun.com/goproxy/,direct

goproxy.cn

export GOPROXY=https://goproxy.cn,direct

F&Q

配置 GoLand

unrecognized import path "golang.org/x/oauth2" (https fetch: Get https://golang.org/x/oauth2?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)

参考:https://goproxy.io/ 设置goproxy。

GoLand —> Perferences —> Go —> Go Modules(vgo) —> Proxy

注意:

  • go 1.13之后的版本配置有所不同

参考

  1. https://github.com/goproxy/goproxy.cn/blob/master/README.zh-CN.md
Home Archives Categories Tags Statistics
本文总阅读量 次 本站总访问量 次 本站总访客数