mac安装brew

执行命令:


/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
安装至最后时报错:


解决方案:

1.更换有效的镜像地址;

git clone git://mirrors.ustc.edu.cn/homebrew-core.git/ /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core --depth=1
2.前往至 homebrew-core 将其当前的镜像地址也更为有效的地址;


cd "$(brew --repo)" 
git remote set-url origin https://mirrors.ustc.edu.cn/brew.git
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core" 
git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git
3.重新执行更新



brew update
4.执行完如上操作后,终端显示如下字样内容即可


Already up-to-date.


----------------------------


推荐使用阿里镜像站    https://developer.aliyun.com/mirror/homebrew





标签: MAC

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.jsunw.com/?post=45

相关推荐

你肿么看?

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。