mac homebrew下载太慢
时间: 2023-12-10 12:35:50 浏览: 201
brew-4.1.14
5星 · 资源好评率100%
如果Mac Homebrew下载太慢,可以尝试以下两种解决方法:
1. 更换Homebrew的镜像源为国内的镜像源,例如中科大镜像源。具体操作步骤如下:
- 打开终端,输入以下命令:
```
cd "$(brew --repo)"
git remote set-url origin https://mirrors.ustc.edu.cn/brew.git
```
- 替换homebrew-core和homebrew-bottles的镜像源,输入以下命令:
```
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles' >> ~/.bash_profile
echo 'export HOMEBREW_CORE_GIT_REMOTE=https://mirrors.ustc.edu.cn/homebrew-core.git' >> ~/.bash_profile
source ~/.bash_profile
```
- 最后,输入以下命令使修改生效:
```
brew update
```***并启动代理服务。
- 在终端中输入以下命令,将HTTP和HTTPS代理设置为本地代理服务的地址和端口:
```
export http_proxy=http://127.0.0.1:1087
export https_proxy=http://127.0.0.1:1087
```
- 最后,输入以下命令使修改生效:
```
brew update
```
阅读全文