Go 1.13设置代理

shallot ·
设置了代理,还是不能愉快的go get 包. `fatal: unable to access 'https://go.googlesource.com/tools/': Failed to connect to go.googlesource.com port 443: Connection timed out` 报下面的错误,查了下是git pull的问题
#1
更多评论
polaris
社区,需要你我一同完善!
<a href="/user/wfsly" title="@wfsly">@wfsly</a> 不对啊,按理不会输出这样的错误,你确认配置代理正确?
#2
``` GOPRIVATE=&#34;&#34; GOPROXY=&#34;https://goproxy.cn,direct&#34; GOROOT=&#34;/usr/local/go&#34; GOSUMDB=&#34;sum.golang.org&#34; GOTMPDIR=&#34;&#34; GOTOOLDIR=&#34;/usr/local/go/pkg/tool/linux_amd64&#34; ``` 设置了,这是我目前的go环境变量
#3