当前位置: 首页 > article >正文

Homebrew切换成国内源

将 Homebrew 切换成国内的源可以显著提高软件包的下载速度。以下是详细步骤,帮助你将 Homebrew 的主仓库和核心仓库切换到国内镜像源。这里以中国科学技术大学(USTC)的镜像源为例,其他镜像源的切换方法类似。

切换 Homebrew 主仓库

  1. 打开终端

  2. 切换 Homebrew 主仓库到 USTC 镜像

    cd "$(brew --repo)" && git remote set-url origin https://mirrors.ustc.edu.cn/brew.git
    
  3. 验证是否切换成功

    cd "$(brew --repo)" && git remote -v
    

切换 Homebrew 核心仓库

  1. 切换 Homebrew 核心仓库到 USTC 镜像

    cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core" && git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git
    
  2. 验证是否切换成功

    cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core" && git remote -v
    

切换 Homebrew Cask 仓库

  1. 切换 Homebrew Cask 仓库到 USTC 镜像

    cd "$(brew --repo)/Library/Taps/homebrew/homebrew-cask" && git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-cask.git
    
  2. 验证是否切换成功

    cd "$(brew --repo)/Library/Taps/homebrew/homebrew-cask" && git remote -v
    

其他常用的国内镜像源

除了中国科学技术大学(USTC)提供的镜像外,还有其他一些常用的国内镜像源:

  • 清华大学

    • Homebrew 主仓库:https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
    • Homebrew 核心仓库:https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git
    • Homebrew Cask 仓库:https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-cask.git
  • 北京大学

    • Homebrew 主仓库:https://mirrors.pku.edu.cn/homebrew/brew.git
    • Homebrew 核心仓库:https://mirrors.pku.edu.cn/homebrew/homebrew-core.git
    • Homebrew Cask 仓库:https://mirrors.pku.edu.cn/homebrew/homebrew-cask.git
  • 阿里云

    • Homebrew 主仓库:https://mirrors.aliyun.com/homebrew/brew.git
    • Homebrew 核心仓库:https://mirrors.aliyun.com/homebrew/homebrew-core.git
    • Homebrew Cask 仓库:https://mirrors.aliyun.com/homebrew/homebrew-cask.git

恢复默认源

如果你需要恢复到 Homebrew 的默认源,可以使用以下命令:

  1. 恢复 Homebrew 主仓库

    cd "$(brew --repo)" && git remote set-url origin https://github.com/Homebrew/brew
    
  2. 恢复 Homebrew 核心仓库

    cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core" && git remote set-url origin https://github.com/Homebrew/homebrew-core
    
  3. 恢复 Homebrew Cask 仓库

    cd "$(brew --repo)/Library/Taps/homebrew/homebrew-cask" && git remote set-url origin https://github.com/Homebrew/homebrew-cask
    

http://www.kler.cn/a/412068.html

相关文章:

  • 【Android】静态广播接收不到问题分析思路
  • 实现在两台宿主机下的docker container 中实现多机器通讯
  • 3174、清除数字
  • 基础入门-Web应用架构搭建域名源码站库分离MVC模型解析受限对应路径
  • 微软Ignite 2024:建立一个Agentic世界!
  • Spring Boot——统一功能处理
  • (免费送源码)计算机毕业设计原创定制:Java+SSM+JSP+Ajax+MySQLSSM国外鞋服代购平台
  • MySQL 内置函数
  • 家庭智慧工程师:如何通过科技提升家居生活质量
  • Vue——【路由】
  • 【Linux】查看文件权限
  • 大数据治理:概念、框架与实践应用
  • [网络安全系列面试题] GET 和 POST 的区别在哪里?
  • 突破性算法:让无人机集群在狭窄空间内穿针引线
  • PHP 8.4 正式发布
  • 解决SSL VPN客户端一直提示无法连接服务器的问题
  • 【docker】安装数据库脚本
  • HarmonyOS Next元服务蒹葭动卡体验互动
  • 轮转数组(java)
  • websocket是什么?
  • 使用LoRA微调florence-2模型
  • 数据库导论
  • Android mk/bp构建工具介绍
  • kafka进阶_2.存储消息
  • Docker 常用命令大全(基础、镜像、容器、数据卷)
  • 深度学习5