gpt4 book ai didi

Homebrew 安装的 SSL 问题

转载 作者:太空宇宙 更新时间:2023-11-03 13:03:17 25 4
gpt4 key购买 nike

当我尝试使用终端安装 Homebrew 时失败并出现以下错误:

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
==> This script will install:
/usr/local/bin/brew
/usr/local/Library/...
/usr/local/share/man/man1/brew.1

Press RETURN to continue or any other key to abort
==> Downloading and installing Homebrew...
fatal: unable to access 'https://github.com/Homebrew/homebrew/': Could not resolve host: github.com
Failed during: git fetch origin master:refs/remotes/origin/master -n --depth=1

我认为这是因为代理设置。所以我尝试使用以下方法重置 git 代理:

git config --global --unset http.proxy

git config --global --unset core.gitproxy

但又失败了。

请帮忙。

最佳答案

你必须为 git 设置代理

git config --global --add http.proxy proxyHost:proxyPort

但您还必须为 Homebrew 本身设置代理:

export ALL_PROXY=proxyHost:proxyPort

关于Homebrew 安装的 SSL 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32478422/

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