解决golang提示dial tcp 172 .217.163.

2023-07-02  本文已影响0人  王侦
github.com/stretchr/testify@v1.7.1: Get "https://proxy.golang.org/github.com/stretchr/testify/@v/v1.7.1.zip": 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 GOPROXY=https://goproxy.cn

然后再做各种操作就可以成功了


另外一个问题:
手动下载某些依赖包,但是goland一直无法识别。删掉了GOPATH多余的路径。



另外,启用了一下Go Modules。



然后就好了。
上一篇 下一篇

猜你喜欢

热点阅读