"Could not resolve host: github.com" error while updating Homebrew after installing git
Posted
by
user975352
on Super User
See other posts from Super User
or by user975352
Published on 2011-11-16T17:42:07Z
Indexed on
2011/11/25
17:53 UTC
Read the original article
Hit count: 711
I'm using OS X Lion (10.7.2).
I installed Homebrew on my Mac, and I executed the command below.
$ brew install git
and then:
$ 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
What happened there?
© Super User or respective owner