解决go包管理代理网址无法访问:go: cloud.google.com/go/[email protected]: Getgo: cloud.google.com/go/[email protected]: Get "https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.10.0.mod": dial tcp 172.217.27.145:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.执行命令:goenv -w GOPROXY=https://goproxy.cn 重新执行命令,完美通过!