MAC OS系统替换homebrew使用阿里云的镜像源


MAC OS系统替换homebrew使用阿里云的镜像源

MAC OS系统替换homebrew使用阿里云的镜像源

  1.  
    # 替换brew.git:
  2.  
    cd "$(brew --repo)"
  3.  
    git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git
  4.  
    # 替换homebrew-core.git:
  5.  
    cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
  6.  
    git remote set-url origin https://mirrors.aliyun.com/homebrew/homebrew-core.git
  7.  
    # 应用生效
  8.  
    brew update
 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM