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
转载:https://www.codenong.com/cs109535565/
2023-10-03 20:04:52
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
转载:https://www.codenong.com/cs109535565/
下一篇:html语法和基础标签