安装 git 后更新 Homebrew 时出现“无法解析主机:github.com”错误

安装 git 后更新 Homebrew 时出现“无法解析主机:github.com”错误

我正在使用 OS X Lion (10.7.2)。

我在 Mac 上安装了 Homebrew,并执行了以下命令。

$ brew install git

进而:

$ brew update
error: Could not resolve host: github.com; nodename nor servname provided, or not known while accessing https://github.com/mxcl/homebrew.git/info/refs   
fatal: HTTP request failed
Error: Failed while executing git pull  origin refs/heads/master:refs/remotes/origin/master

那里发生了什么?

答案1

1)如果你使用 CLI 包管理器,例如 brew、port、fink 等有些安装需要 root 权限。 在这些案件使用以下命令运行安装命令须藤

sudo brew install git

2)检查您是否可以通过网络浏览器访问 github.com。

相关内容