php mysql做网站登录,国家企业信息信用信息公示江苏,秦皇岛网站推广排名,网站设计提案问题描述 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"