gpt4 book ai didi

php - 尝试在 Mac 上安装 Homebrew 时出现 curl (7) 错误

转载 作者:行者123 更新时间:2023-12-04 22:55:50 26 4
gpt4 key购买 nike

想在我的 Mac(版本 10.11.6)上安装 Homebrew 并将其放入终端:

/usr/bin/ruby -e "$(/usr/bin/curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"

我得到的是以下内容:
curl: (7) Couldn't connect to server

现在,我对终端和 curl 和代理以及所有这些东西一无所知,但我真的需要 Homebrew(实际上我需要 ffmpeg,但显然 ffmpeg 需要 Homebrew)......我记得 ffmpeg 已经安装了半年以前,但不知何故我把它删除了。现在,我有那个时间的备份,所以我可以恢复它 - 只是 Homebrew 和 ffmpeg 而不恢复整个备份?或者有没有办法再次安装 Homebrew 软件?

感谢您的帮助!

-佩莱多拉

最佳答案

您正在使用过时的链接。

您应该改用它(摘自 brew.sh )

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"  

编辑:
如果您的 curl 仍然无法正常工作,您可以下载 https://raw.githubusercontent.com/Homebrew/install/master/install通过任何其他方式。
假设下载的文件名是 install ,你可以通过这个用 ruby​​ 运行它。
/usr/bin/ruby install

关于php - 尝试在 Mac 上安装 Homebrew 时出现 curl (7) 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41665564/

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