1、go get 出现如下错误
x509: certificate signed by unknown authority
方法一:切换代理
GOPROXY=https://goproxy.io
GOPROXY=https://goproxy.cn
方法二:主要用来解决访问私库时的问题
go get -insecure xxx
1、go get 出现如下错误
x509: certificate signed by unknown authority
方法一:切换代理
GOPROXY=https://goproxy.io
GOPROXY=https://goproxy.cn
方法二:主要用来解决访问私库时的问题
go get -insecure xxx