golang提示dial tcp 172 .217.163.49:443: connectex: A connection attempt failed解决

Elita ·
更新时间:2024-09-20
· 667 次阅读

目录

题引

解决方法

题引 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.49:443: connectex: A connection attempt failed解决的详细内容,更多关于golang提示dial tcp的资料请关注软件开发网其它相关文章!



tcp CONNECTION golang

需要 登录 后方可回复, 如果你还没有账号请 注册新账号