gpt4 book ai didi

macos - Golang x509 无法在 Mac OS X 上加载系统根错误

转载 作者:数据小太阳 更新时间:2023-10-29 03:28:58 25 4
gpt4 key购买 nike

我在本地机器上调用 api 时出错。

x509: 无法加载系统根并且没有提供根

去环境:

GOARCH="amd64"
GOBIN=""
GOCHAR="6"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/usr/local/Cellar/go/1.3.3"
GORACE=""
GOROOT="/usr/local/Cellar/go/1.3.3/libexec"
GOTOOLDIR="/usr/local/Cellar/go/1.3.3/libexec/pkg/tool/darwin_amd64"
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fno-common"
CXX="clang++"
CGO_ENABLED="1"

最佳答案

你需要在没有 cgo 的情况下从 homebrew 安装 go:

brew remove go
brew install go --without-cgo

关于macos - Golang x509 无法在 Mac OS X 上加载系统根错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26676964/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com