中国建设银行河北省分行官方网站,摄影网站导航,郑州app下载,电子商务的网站的建设内容问题描述 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"