root@iZbp1hiqzlhh6w05gloffgZ:~# go install mvdan.cc/garble@latest
go: mvdan.cc/garble@latest: module mvdan.cc/garble: Get "https://proxy.golang.org/mvdan.cc/garble/@v/list": dial tcp 172.217.160.81:443: i/o timeout
解决方法
更换阿里代理
root@iZbp1hiqzlhh6w05gloffgZ:~# go env -w GOPROXY=https://mirrors.aliyun.com/goproxy/
root@iZbp1hiqzlhh6w05gloffgZ:~# go env
然后查看有没有设置成功
GOPROXY='https://mirrors.aliyun.com/goproxy/'