解决Mac os 安装软件一直卡在 Updating Homebrew
Posted 82nlf-xlqb
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决Mac os 安装软件一直卡在 Updating Homebrew相关的知识,希望对你有一定的参考价值。
Mac os 安装软件时卡在 Updating Homebrew 的解决办法
方法一:禁用安装软件时更新homebrew
vim ~/.bash_profile # 增加如下一行 export HOMEBREW_NO_AUTO_UPDATE=true
方法二:更换 homebrew 源
cd "$(brew --repo)" git remote set-url origin https://mirrors.ustc.edu.cn/brew.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 # 备用地址1 cd "$(brew --repo)" git remote set-url origin https://git.coding.net/homebrew/homebrew.git brew update # 备用地址2 cd "$(brew --repo)" git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/brew.git cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core" git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew-core.git brew update
如果备用地址还是不行,换回官方源
#重置 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
!-- p.p1>
以上是关于解决Mac os 安装软件一直卡在 Updating Homebrew的主要内容,如果未能解决你的问题,请参考以下文章
VMware 9 安装mac后,安装vmtools时,一直卡在“正在运行脚本,提示剩余不到一分钟”??