有关vscode安装golang常用工具失败的问题
vscode安装了go插件后,进行编辑.go文件,会提示下载一些工具。但是,经常会失败,要使用代理来解决这个问题;
https://developer.aliyun.com/mirror/
阿里巴巴开源镜像站,有相对应的goproxy镜像;https://goproxy.io
这个网站也有对应的镜像,按照网站说明做就可以了;
比如在linux环境下,~/.bashrc
配置用户环境变量;
# golang proxy # 启用 Go Modules 功能 export GO111MODULE=on # 配置 GOPROXY 环境变量 export GOPROXY=https://goproxy.io # export GOPROXY=https://mirrors.aliyun.com/goproxy
相关推荐
Yvettre 2020-09-15
小焊猪web前端 2020-11-04
changcongying 2020-11-02
azhedashuaibi 2020-09-15
zhongfuyu 2020-08-16
lichuanlong00 2020-08-15
gsl 2020-08-15
mmwalker 2020-08-11
山有木兮卿有意 2020-08-03
Java编程语言学习 2020-07-29
举 2020-07-28
sshong 2020-07-19
fushilin 2020-07-05
80296630 2020-07-04
风雨断肠人 2020-06-14
ningningmingming 2020-06-14
hualala 2020-06-13
choupiaoyi 2020-06-13
Wytheme 2020-06-11