golang 在下载依赖包的时候出现错误:
go: github.com/beego/bee@latest: module github.com/beego/bee: Get “https://proxy.golang.org/github.com/beego/bee/@v/list”: dial tcp 142.251.42.241:443: i/o timeout
解决:
go env -w GOPROXY=https://goproxy.cn
golang 在下载依赖包的时候出现错误:
go: github.com/beego/bee@latest: module github.com/beego/bee: Get “https://proxy.golang.org/github.com/beego/bee/@v/list”: dial tcp 142.251.42.241:443: i/o timeout
解决:
go env -w GOPROXY=https://goproxy.cn