不管是在brew的安装过程还是升级更新过程中,国内的环境brew都会卡在这里

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

 

 

解决方案

cd /usr/local/Homebrew/Library/Taps/
mkdir homebrew
cd homebrew
git clone https://mirrors.ustc.edu.cn/homebrew-core.git

 

 

更新

brew update

 

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

 

 

相关文章:

  • 2021-12-31
  • 2021-11-11
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2021-09-04
  • 2022-02-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-07
  • 2022-12-23
  • 2022-12-23
  • 2019-07-30
  • 2021-12-15
相关资源
相似解决方案