定制网站成本多少,百度站长中心,网站优化方案和实施,惠州网站建设是什么意思问题描述 go get 依赖包失败,502 Bad gateway 解决办法
# 临时
export GOPROXY"https://goproxy.cn"
go get -u xxxx
# 或者直接永久生效
go env -w GOPROXY"https://goproxy.cn"
问题描述
go get 依赖包失败,502 Bad gateway
解决办法
# 临时exportGOPROXY="https://goproxy.cn"
go get -u xxxx
# 或者直接永久生效
go env-wGOPROXY="https://goproxy.cn"