简单粗暴 一个国人做的代理 感谢大神
linux
export GOPROXY=https://goproxy.cn
windows
go env -w GOPROXY=https://goproxy.cn,direct
vscode go get 获取库出现以下错误 很可能就是没安装git
package github.com/gin-gonic/gin: exec: "git": executable file not found in
vscode使用编辑go文件 安装所有插件 安装git
参考
https://www.jianshu.com/p/25577a6cd5cc
https://blog.csdn.net/Edu_enth/article/details/103984721?utm_medium=distribute.pc_aggpage_search_result.none-task-blog-2~all~sobaiduend~default-1-103984721.nonecase&utm_term=go%20proxy%20%E8%AE%BE%E7%BD%AE&spm=1000.2123.3001.4430
有疑问加站长微信联系(非本文作者)