-
-
Notifications
You must be signed in to change notification settings - Fork 402
Open
Labels
enhancementNew feature or requestNew feature or request
Description
你确定我们的常见问题页面中没有你想要询问的问题吗?
当你执行 go version
命令后的输出结果是什么?
$ go version
go version go1.20.14 linux/amd64
当你执行 go env
命令后的输出结果是什么?
go env
的输出结果
$ go env
GO111MODULE="on"
GOARCH="amd64"
GOBIN=""
GOCACHE="/root/.cache/go-build"
GOENV="/root/.config/go/env"
GOEXE=""
GOEXPERIMENT=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GOMODCACHE="/root/go/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/root/go"
GOPRIVATE=""
GOPROXY="https://goproxy.cn,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GOVCS=""
GOVERSION="go1.20.14"
GCCGO="gccgo"
GOAMD64="v1"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="0"
GOMOD="/dev/null"
GOWORK=""
CGO_CFLAGS="-O2 -g"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-O2 -g"
CGO_FFLAGS="-O2 -g"
CGO_LDFLAGS="-O2 -g"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build2116787842=/tmp/go-build -gno-record-gcc-switches"
你做了什么?
curl https://goproxy.cn/github.com/360%21ent%21sec%21group-%21skylar/excelize/@v/v1.4.0.mod.
你期望看到的结果是什么?
正常返回网页内容
你实际看到的结果是什么?
证书错误
curl: (60) SSL certificate problem: EE certificate key too weak
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request