mac 安装 etcd 的问题
→ brew install etcd
Error: etcd: no bottle available!
You can try to install from source with:
brew install --build-from-source etcd
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.
然后尝试:
→ brew install --build-from-source etcd
==> Cloning https://github.com/etcd-io/etcd.git
Updating /Users/hhh/Library/Caches/Homebrew/etcd--git
==> Checking out tag v3.4.15
HEAD is now at aa71268 version: 3.4.15
HEAD is now at aa71268 version: 3.4.15
==> go mod vendor
Last 15 lines from /Users/hhh/Library/Logs/Homebrew/etcd/01.go:
2021-05-06 20:40:17 +0800
go
mod
vendor
go: github.com/bgentry/speakeasy@v0.1.0: Get "https://proxy.golang.org/github.com/bgentry/speakeasy/@v/v0.1.0.mod": dial tcp 216.58.200.241:443: i/o timeout
Do not report this issue to Homebrew/brew or Homebrew/core!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这不很明显吗?GoProxy被墙,改成goproxy.cn就行。
建议您切换为国内 brew 源,再试试~
Mac 下 brew 切换为国内源 - 叨叨软件测试 - OSCHINA - 中文开源技术交流社区