网页设计 网站维护,网站建设选亿企网络,景安怎么把网站做别名,ps做网站对齐技巧问题描述 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"