美文网首页
解决golang提示dial tcp 172 .217.163.

解决golang提示dial tcp 172 .217.163.

作者: 王侦 | 来源:发表于2023-07-02 17:32 被阅读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。



然后就好了。

相关文章

网友评论

      本文标题:解决golang提示dial tcp 172 .217.163.

      本文链接:https://www.haomeiwen.com/subject/tjbfudtx.html