1:关于homebrew下载地址
homebrew下载地址网上版本很多:我用了几个都是显示 404 bad request
如图:均无法现在
有一个网址会给出最新的 安装地址: the URL is: http://brew.sh/index_zh-cn.html
在网站的最下面给出了通过terminal下载 homebrew的最新的下载地址:
我下载的最新的路径是:
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
在终端中执行结果:
很显然没有成功,不是地址错误,而是需要安装 xcode 在安装homebrew时许事先安装xcode,提示 : no developer tools were found at ‘/Applications/Xcode.app‘,requesting install.
对于不做IOS开发还要安装Xcode 我感到fuck,没办法只能继续安装Xcode。
Xcode 2G+ 安装下来要命,关键是不知道为什么从 APP STORE中试了好几次都是提示信息: 下载出错,再试一次,坑爹啊!
无奈最近下载了个 迅雷中带的有 Thunder Store里面有Xcode ,点击下载貌似速度很快啊!
github 上 homebrew地址
一直在下载中,下载完成后,再装homebrew就应该很ok啦!
github上homebrew地址:https://github.com/Homebrew/homebrew
原文地址:http://blog.csdn.net/topwqp/article/details/26967021