我试过各种论坛和谷歌都无济于事。我正在尝试在 OS X 10.6.8 上安装 Mac Homebrew。当我尝试从 Homebrew Homepage 安装命令时:
ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)
我收到以下错误:
host-197-7-0-10:~ rzazueta$ ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)
==> This script will install:
/usr/local/bin/brew
/usr/local/Library/...
/usr/local/share/man/man1/brew.1
Press enter to continue
==> Downloading and Installing Homebrew...
error: The requested URL returned error: 403 while accessing https://github.com/mxcl/homebrew /info/refs
fatal: HTTP request failed
Failed during: git fetch origin master:refs/remotes/origin/master -n
那个403很奇怪。知道这里会发生什么吗?我能够在另一台 Mac 上使用这种方法成功安装,所以我确信问题出在我的机器上,但我什至不知道从哪里开始找出导致这种情况的原因。
谢谢!