Это сводит меня с ума. Я больше не могу обновить мою домашнюю установку. Когда я запускаю brew update
, он просто ничего не делает и время ожидания истекло.
Я даже попытался переустановить его, но затем я столкнулся с той же проблемой, когда использую установщик по умолчанию. В конечном итоге я выбрал опцию "Untarwhere" (https://github.com/mxcl/homebrew/wiki/Installation), которая отлично работала. Но я все еще не могу обновить доморощенный.
→ brew update
Initialized empty Git repository in /usr/local/homebrew/.git/
error: Failed connect to github.com:3128; Operation timed out while accessing https://github.com/mxcl/homebrew.git/info/refs?service=git-upload-pack
fatal: HTTP request failed
Error: Failure while executing: git fetch origin
Работа в многословном режиме не очень помогает:
→ brew update -v
git init
Initialized empty Git repository in /usr/local/homebrew/.git/
git config core.autocrlf false
git remote add origin https://github.com/mxcl/homebrew.git
git fetch origin
error: Failed connect to github.com:3128; Operation timed out while accessing https://github.com/mxcl/homebrew.git/info/refs?service=git-upload-pack
fatal: HTTP request failed
Error: Failure while executing: git fetch origin
Вот вывод brew --config
:
→ brew --config
HOMEBREW_VERSION: 0.9.4
ORIGIN: https://github.com/mxcl/homebrew
HEAD: (none)
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/homebrew/Cellar
CPU: quad-core 64-bit ivybridge
OS X: 10.8.4-x86_64
Xcode: 4.6.3
CLT: 4.6.0.0.1.1365549073
LLVM-GCC: build 2336
Clang: 4.2 build 425
X11: N/A
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby