0
点赞
收藏
分享

微信扫一扫

vscode按照go插件报错 go get connectex: A connection attempt failed because the connected party did not pro

上古神龙 2022-02-14 阅读 57

go get connectex: A connection attempt failed because the connected party did not properly respond
今天开始用vscode写go 发现插件都安装失败
提示 go get connectex: A connection attempt failed because the connected party did not properly respond
配置下代理就行,可以用七牛的代理,配置如下:

go env -w GOPROXY=https://goproxy.cn

设置好,关闭vscdoe ,重新打开 进行安装
在这里插入图片描述
安装成功!!!

举报

相关推荐

0 条评论