Mac Homebrew安装慢解决方案 brew阿里云镜像 中科镜像

释放双眼,带上耳机,听听看~!

中科大的镜像

中科大镜像比较稳定,而且速度不错。官方网站:http://mirrors.ustc.edu.cn/
搜索brew,然后点击Help即可查看用法
Mac Homebrew安装慢解决方案 brew阿里云镜像 中科镜像
替换Homebrew默认源

替换brew.git:

中科镜像

cd "$(brew --repo)"
git remote set-url origin https://mirrors.ustc.edu.cn/brew.git

阿里镜像

cd "$(brew --repo)"
git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git 

替换homebrew-core.git:

替换成中科镜像的 homebrew-core.git 仓库地址:

cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git
brew update

替换成阿里巴巴的 homebrew-core.git 仓库地址:

cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core" 
git remote set-url origin https://mirrors.aliyun.com/homebrew/homebrew-core.git 

替换Homebrew Bottles源

替换 homebrew-bottles 访问 URL:

echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.aliyun.com/homebrew/homebrew-bottles' >> ~/.bash_profile 
source ~/.bash_profile 

对于bash用户

echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles' >> ~/.bash_profile
source ~/.bash_profile

对于zsh用户

echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles' >> ~/.zshrc
source ~/.zshrc

重置Homebrew默认源

重置brew.git:

cd "$(brew --repo)"
git remote set-url origin https://github.com/Homebrew/brew.git

重置homebrew-core.git:

cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://github.com/Homebrew/homebrew-core.git
brew update

其他加速方法
除了通过替换源加速之外,如果你有自己的代理,也可以通过代理加速。
如socks代理配置:

vi ~/.curlrc

# 改成自己的代理端口
socks5=127.0.0.1:1080

给TA打赏
共{{data.count}}人
人已打赏
教程分享

一键解决Win10系统 gpedit.msc 组策略找不到问题

2020-2-24 23:20:00

教程分享

[转]OneList 一款简洁的OneDrive目录索引部署详细教程

2020-3-8 22:19:39

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索