安装wails报错failed to respond解决方案
2023-06-05运行 go install github.com/wailsapp/wails/v2/cmd/wails@latest 安装 Wails CLI报下面错误
https://proxy.golang.org/github.com/wailsapp/wails/cmd/wails/@v/list": dial tcp 172.217.163.49: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.
解决方案
go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.cn,direct