开发集锦

MacOS使用国内源安装Homebrew

2021-12-05  本文已影响0人  汗青fullstack

一、国内源安装Homebrew

我先快速的把使用国内源的方式整理下(亲测可用):
1.首先执行命令如下

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
image.png
  1. 按照提示可以选择中科大下载源,终端输入序号1,继续执行,中文提示非常友好,以下三个提示重点关注
    (1)此脚本将要删除之前的brew(包括它下载的软件),请自行备份。
    (2)--> 脚本开始执行 Mac os设置开机密码方法: (设置开机密码:在左上角苹果图标->系统偏好设置->用户与群组->更改密码) (如果提示This incident will be reported. 在用户与群组中查看是否管理员)
    (3)下载速度觉得慢可以ctrl+c或control+c重新运行脚本选择下载源
    image.png
    3.安装成功提示如图,需注意:
    重启终端 或者 运行 source /Users/hanqing/.zprofile 否则可能无法使用
    安装成功

二、官方源安装失败报错(不推荐)

官方源下载缓慢,各种超时,特别是github的homebrew地址clone总是
Homebrew官方https://brew.sh/
官方安装:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

这个安装报了很多错误

hanqing@hanqingdeMBP-2 ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443 
==> Downloading and installing Homebrew...
fatal: unable to access 'https://github.com/Homebrew/brew/': LibreSSL SSL_connect: Operation timed out in connection to github.com:443 
Failed during: git fetch --force origin
==> Tapping homebrew/core
fatal: unable to access 'https://github.com/Homebrew/homebrew-core/': LibreSSL SSL_connect: Operation timed out in connection to github.com:443 
Failed during: git fetch --force origin refs/heads/master:refs/remotes/origin/master
上一篇下一篇

猜你喜欢

热点阅读