i just noticed that kernel.org is Down for maintenance. is there a different formula which uses a different mirror ? or could i add a different source (like bundler?) to homebrew?
thx for help!
|
Quick workaround:
Perform
And put
Instead of
Also put
instead of
And also put
instead of
Save and after that type When Linus is done with kernelorg's maintenance, you can revert all these changes. UPDATE: Added mirror for htmldocs as well. Credits to Tadashi Shigeoka who found the url. UPDATE: Recent homebrew revision contains mirrors, so that you don't need to use this hack. |
|||||||||||
|
|
Now that @Sharpie has added mirror support to Homebrew, the solution is much simpler (asssuming you have ruby):
and then:
|
|||||
|
|
I had trouble resolving the link to the git-manpages. The manpages are also available at the above git-htmldocs url.
|
|||
|
|
|
I found out that freesbie.net was down when trying to install the manpages but you can use
instead of
|
|||
|
|
|
I found the mirror site to download 'git-htmldocs-1.7.6.1.tar.bz2' url: http://ftp.ntu.edu.tw/ftp/pub2/software/scm/git/ put
instead of
|
|||
|
|
|
Had an issue with Noticed that the files were downloaded and kept in So just downloaded |
||||
|
|
|
Git source is also mirrored on github (I forget where off the top of my head, but a quick search will find it) |
|||
|
brew install gitshould now automatically route around kernel.org until it comes back online. – Sharpie Sep 19 '11 at 16:35