You need to enable JavaScript to run this app.
导航

Go 项目拉取依赖速度慢

最近更新时间2023.01.03 12:43:47

首次发布时间2021.12.24 18:38:06

建议在命令开头添加以下命令使用 GOPROXY。

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

# 如果需要拉取私有仓库的话,需要设置 GOPRIVATE(可选)
# export GOPRIVATE=git.mycompany.com,github.com/my/private