VS Code安装Go插件失败解决方法

VScode 安装Go插件的时候,会提示“Installing github.com/uudashr/gopkgs/v2/cmd/gopkgs@latest FAILED”

解决方法:

设置代理

go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.io,direct

关闭VS Code再点击Install All

VS Code安装Go插件失败解决方法

 

 

转载:https://www.codenong.com/cs109535565/

上一篇:scanf_s输入字符/字符串vs抛异常


下一篇:html语法和基础标签