解决 brew 一直卡在 Updating Homebrew

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决 brew 一直卡在 Updating Homebrew相关的知识,希望对你有一定的参考价值。

参考技术A 在国内的网络环境下使用 Homebrew 安装软件的过程中可能会长时间卡在 Updating Homebrew 这个步骤。这里给大家推荐一个解决方法:使用 Alibaba 的 Homebrew 镜像源进行加速。

平时我们执行 brew 命令安装软件的时候,跟以下 3 个仓库地址有关:

通过以下操作将这 3 个仓库地址全部替换为 Alibaba 提供的地址

替换成阿里巴巴的 brew.git 仓库地址:

还原为官方提供的 brew.git 仓库地址

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

还原为官方提供的 homebrew-core.git 仓库地址

这个步骤跟你的 macOS 系统使用的 shell 版本有关系,所以,先来查看当前使用的 shell 版本

替换成阿里巴巴的 homebrew-bottles 访问地址:

还原为官方提供的 homebrew-bottles 访问地址

替换 homebrew-bottles 访问 URL:

还原为官方提供的 homebrew-bottles 访问地址

brew install每次都会Updating Homebrew...

方法 1:按住 control + c 取消本次更新操作

➜  ~ brew install composer
Updating Homebrew...
^C

按住 control + c 之后命令行会显示 ^C,就代表已经取消了 Updating Homebrew 操作

大概不到 1 秒钟之后就会去执行我们真正需要的安装操作了

➜  ~ brew install composer
Updating Homebrew...
^C==> Satisfying dependencies
==> Downloading https://getcomposer.org/download/1.7.2/composer.phar
...

以上是关于解决 brew 一直卡在 Updating Homebrew的主要内容,如果未能解决你的问题,请参考以下文章

解决Mac os 安装软件一直卡在 Updating Homebrew

Updating Homebrew... ...长时间卡住的问题

怎么解决updating indices卡在android studio的问题

brew install每次都会Updating Homebrew...

解决安装brew卡在 “Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...”

Mac 解决安装brew卡在 “Cloning into ‘/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core‘...”