https://www.cnblogs.com/liyihua/p/12753163.html
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
Last login: Fri Jun 4 15:18:49 on console
hq@hqdeMacBook-Air ~ % ls
Desktop Downloads Movies Pictures
Documents Library Music Public
hq@hqdeMacBook-Air ~ % cd Downloads
hq@hqdeMacBook-Air Downloads % ls
start.sh
hq@hqdeMacBook-Air Downloads % sh start.sh
支付宝 - 行业前端
[INFO] 该脚本将带领你安装和配置开发环境所需要的工具和软件
[INPUT] 请按 回车 继续
[INFO] 开始安装和配置,请按提示操作!
[INFO] STEP 1. 安装工具和软件
[INFO] Xcode 开发者工具 尚未安装,现在开始安装,请稍候…
Software Update Tool
Finding available software
Label: Command Line Tools for Xcode-12.4: No such update
No updates are available.
[SUCCESS] Xcode 安装成功!
[INFO] homebrew 尚未安装,现在开始安装,请稍候…
Traceback (most recent call last):
ruby: No such file or directory – /var/folders/l8/zvh2v_2n3d5fgxkzwdzjvp8h0000gn/T/git_homebrew_install/install (LoadError)
[SUCCESS] homebrew 安装成功!
[INFO] Node.js 尚未安装,现在开始安装,请稍候…
start.sh: line 92: brew: command not found
[ERROR] Node.js 安装失败!
退出!
hq@hqdeMacBook-Air Downloads % sh start.sh
支付宝 - 行业前端
[INFO] 该脚本将带领你安装和配置开发环境所需要的工具和软件
[INPUT] 请按 回车 继续
[INFO] 开始安装和配置,请按提示操作!
[INFO] STEP 1. 安装工具和软件
[INFO] Xcode 开发者工具 尚未安装,现在开始安装,请稍候…
Software Update Tool
Finding available software
Label: Command Line Tools for Xcode-12.4: No such update
No updates are available.
[SUCCESS] Xcode 安装成功!
[INFO] homebrew 尚未安装,现在开始安装,请稍候…
Traceback (most recent call last):
ruby: No such file or directory – /var/folders/l8/zvh2v_2n3d5fgxkzwdzjvp8h0000gn/T/git_homebrew_install/install (LoadError)
[SUCCESS] homebrew 安装成功!
[INFO] Node.js 尚未安装,现在开始安装,请稍候…
start.sh: line 92: brew: command not found
[ERROR] Node.js 安装失败!
退出!
hq@hqdeMacBook-Air Downloads % sh start.sh
支付宝 - 行业前端
[INFO] 该脚本将带领你安装和配置开发环境所需要的工具和软件
[INPUT] 请按 回车 继续
[INFO] 开始安装和配置,请按提示操作!
[INFO] STEP 1. 安装工具和软件
[SUCCESS] 【跳过】检测到 Xcode 开发者工具 已经安装
[INFO] homebrew 尚未安装,现在开始安装,请稍候…
Warning: The Ruby Homebrew installer is now deprecated and has been rewritten in
Bash. Please migrate to the following command:
/bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)”
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443
[SUCCESS] homebrew 安装成功!
[INFO] Node.js 尚未安装,现在开始安装,请稍候…
start.sh: line 92: brew: command not found
[ERROR] Node.js 安装失败!
退出!
hq@hqdeMacBook-Air Downloads %
hq@hqdeMacBook-Air Downloads % sh start.sh
支付宝 - 行业前端
[INFO] 该脚本将带领你安装和配置开发环境所需要的工具和软件
[INPUT] 请按 回车 继续
[INFO] 开始安装和配置,请按提示操作!
[INFO] STEP 1. 安装工具和软件
[SUCCESS] 【跳过】检测到 Xcode 开发者工具 已经安装
[INFO] homebrew 尚未安装,现在开始安装,请稍候…
Warning: The Ruby Homebrew installer is now deprecated and has been rewritten in
Bash. Please migrate to the following command:
/bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)”
==> Checking for sudo
access (which may request your password).
Password:
==> This script will install:
/opt/homebrew/bin/brew
/opt/homebrew/share/doc/homebrew
/opt/homebrew/share/man/man1/brew.1
/opt/homebrew/share/zsh/site-functions/_brew
/opt/homebrew/etc/bash_completion.d/brew
/opt/homebrew
==> The following new directories will be created:
/opt/homebrew/bin
/opt/homebrew/etc
/opt/homebrew/include
/opt/homebrew/lib
/opt/homebrew/sbin
/opt/homebrew/share
/opt/homebrew/var
/opt/homebrew/opt
/opt/homebrew/share/zsh
/opt/homebrew/share/zsh/site-functions
/opt/homebrew/var/homebrew
/opt/homebrew/var/homebrew/linked
/opt/homebrew/Cellar
/opt/homebrew/Caskroom
/opt/homebrew/Frameworks
Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/mkdir -p /opt/homebrew
==> /usr/bin/sudo /usr/sbin/chown root:wheel /opt/homebrew
==> /usr/bin/sudo /bin/mkdir -p /opt/homebrew/bin /opt/homebrew/etc /opt/homebrew/include /opt/homebrew/lib /opt/homebrew/sbin /opt/homebrew/share /opt/homebrew/var /opt/homebrew/opt /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions /opt/homebrew/var/homebrew /opt/homebrew/var/homebrew/linked /opt/homebrew/Cellar /opt/homebrew/Caskroom /opt/homebrew/Frameworks
==> /usr/bin/sudo /bin/chmod g+rwx /opt/homebrew/bin /opt/homebrew/etc /opt/homebrew/include /opt/homebrew/lib /opt/homebrew/sbin /opt/homebrew/share /opt/homebrew/var /opt/homebrew/opt /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions /opt/homebrew/var/homebrew /opt/homebrew/var/homebrew/linked /opt/homebrew/Cellar /opt/homebrew/Caskroom /opt/homebrew/Frameworks
==> /usr/bin/sudo /usr/sbin/chown hq /opt/homebrew/bin /opt/homebrew/etc /opt/homebrew/include /opt/homebrew/lib /opt/homebrew/sbin /opt/homebrew/share /opt/homebrew/var /opt/homebrew/opt /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions /opt/homebrew/var/homebrew /opt/homebrew/var/homebrew/linked /opt/homebrew/Cellar /opt/homebrew/Caskroom /opt/homebrew/Frameworks
==> /usr/bin/sudo /usr/bin/chgrp admin /opt/homebrew/bin /opt/homebrew/etc /opt/homebrew/include /opt/homebrew/lib /opt/homebrew/sbin /opt/homebrew/share /opt/homebrew/var /opt/homebrew/opt /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions /opt/homebrew/var/homebrew /opt/homebrew/var/homebrew/linked /opt/homebrew/Cellar /opt/homebrew/Caskroom /opt/homebrew/Frameworks
==> /usr/bin/sudo /usr/sbin/chown -R hq:admin /opt/homebrew
==> /usr/bin/sudo /bin/mkdir -p /Users/hq/Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Users/hq/Library/Caches/Homebrew
==> /usr/bin/sudo /usr/sbin/chown -R hq /Users/hq/Library/Caches/Homebrew
==> Downloading and installing Homebrew…
remote: Enumerating objects: 184525, done.
remote: Counting objects: 100% (302/302), done.
remote: Compressing objects: 100% (156/156), done.
remote: Total 184525 (delta 150), reused 277 (delta 142), pack-reused 184223
Receiving objects: 100% (184525/184525), 49.42 MiB | 2.77 MiB/s, done.
Resolving deltas: 100% (136879/136879), done.
From https://github.com/Homebrew/brew
- [new branch] dependabot/bundler/Library/Homebrew/sorbet-0.5.6405 -> origin/dependabot/bundler/Library/Homebrew/sorbet-0.5.6405
- [new branch] master -> origin/master
- [new tag] 0.1 -> 0.1
- [new tag] 0.2 -> 0.2
- [new tag] 0.3 -> 0.3
- [new tag] 0.4 -> 0.4
- [new tag] 0.5 -> 0.5
- [new tag] 0.6 -> 0.6
- [new tag] 0.7 -> 0.7
- [new tag] 0.7.1 -> 0.7.1
- [new tag] 0.8 -> 0.8
- [new tag] 0.8.1 -> 0.8.1
- [new tag] 0.9 -> 0.9
- [new tag] 0.9.1 -> 0.9.1
- [new tag] 0.9.2 -> 0.9.2
- [new tag] 0.9.3 -> 0.9.3
- [new tag] 0.9.4 -> 0.9.4
- [new tag] 0.9.5 -> 0.9.5
- [new tag] 0.9.8 -> 0.9.8
- [new tag] 0.9.9 -> 0.9.9
- [new tag] 1.0.0 -> 1.0.0
- [new tag] 1.0.1 -> 1.0.1
- [new tag] 1.0.2 -> 1.0.2
- [new tag] 1.0.3 -> 1.0.3
- [new tag] 1.0.4 -> 1.0.4
- [new tag] 1.0.5 -> 1.0.5
- [new tag] 1.0.6 -> 1.0.6
- [new tag] 1.0.7 -> 1.0.7
- [new tag] 1.0.8 -> 1.0.8
- [new tag] 1.0.9 -> 1.0.9
- [new tag] 1.1.0 -> 1.1.0
- [new tag] 1.1.1 -> 1.1.1
- [new tag] 1.1.10 -> 1.1.10
- [new tag] 1.1.11 -> 1.1.11
- [new tag] 1.1.12 -> 1.1.12
- [new tag] 1.1.13 -> 1.1.13
- [new tag] 1.1.2 -> 1.1.2
- [new tag] 1.1.3 -> 1.1.3
- [new tag] 1.1.4 -> 1.1.4
- [new tag] 1.1.5 -> 1.1.5
- [new tag] 1.1.6 -> 1.1.6
- [new tag] 1.1.7 -> 1.1.7
- [new tag] 1.1.8 -> 1.1.8
- [new tag] 1.1.9 -> 1.1.9
- [new tag] 1.2.0 -> 1.2.0
- [new tag] 1.2.1 -> 1.2.1
- [new tag] 1.2.2 -> 1.2.2
- [new tag] 1.2.3 -> 1.2.3
- [new tag] 1.2.4 -> 1.2.4
- [new tag] 1.2.5 -> 1.2.5
- [new tag] 1.2.6 -> 1.2.6
- [new tag] 1.3.0 -> 1.3.0
- [new tag] 1.3.1 -> 1.3.1
- [new tag] 1.3.2 -> 1.3.2
- [new tag] 1.3.3 -> 1.3.3
- [new tag] 1.3.4 -> 1.3.4
- [new tag] 1.3.5 -> 1.3.5
- [new tag] 1.3.6 -> 1.3.6
- [new tag] 1.3.7 -> 1.3.7
- [new tag] 1.3.8 -> 1.3.8
- [new tag] 1.3.9 -> 1.3.9
- [new tag] 1.4.0 -> 1.4.0
- [new tag] 1.4.1 -> 1.4.1
- [new tag] 1.4.2 -> 1.4.2
- [new tag] 1.4.3 -> 1.4.3
- [new tag] 1.5.0 -> 1.5.0
- [new tag] 1.5.1 -> 1.5.1
- [new tag] 1.5.10 -> 1.5.10
- [new tag] 1.5.11 -> 1.5.11
- [new tag] 1.5.12 -> 1.5.12
- [new tag] 1.5.13 -> 1.5.13
- [new tag] 1.5.14 -> 1.5.14
- [new tag] 1.5.2 -> 1.5.2
- [new tag] 1.5.3 -> 1.5.3
- [new tag] 1.5.4 -> 1.5.4
- [new tag] 1.5.5 -> 1.5.5
- [new tag] 1.5.6 -> 1.5.6
- [new tag] 1.5.7 -> 1.5.7
- [new tag] 1.5.8 -> 1.5.8
- [new tag] 1.5.9 -> 1.5.9
- [new tag] 1.6.0 -> 1.6.0
- [new tag] 1.6.1 -> 1.6.1
- [new tag] 1.6.10 -> 1.6.10
- [new tag] 1.6.11 -> 1.6.11
- [new tag] 1.6.12 -> 1.6.12
- [new tag] 1.6.13 -> 1.6.13
- [new tag] 1.6.14 -> 1.6.14
- [new tag] 1.6.15 -> 1.6.15
- [new tag] 1.6.16 -> 1.6.16
- [new tag] 1.6.17 -> 1.6.17
- [new tag] 1.6.2 -> 1.6.2
- [new tag] 1.6.3 -> 1.6.3
- [new tag] 1.6.4 -> 1.6.4
- [new tag] 1.6.5 -> 1.6.5
- [new tag] 1.6.6 -> 1.6.6
- [new tag] 1.6.7 -> 1.6.7
- [new tag] 1.6.8 -> 1.6.8
- [new tag] 1.6.9 -> 1.6.9
- [new tag] 1.7.0 -> 1.7.0
- [new tag] 1.7.1 -> 1.7.1
- [new tag] 1.7.2 -> 1.7.2
- [new tag] 1.7.3 -> 1.7.3
- [new tag] 1.7.4 -> 1.7.4
- [new tag] 1.7.5 -> 1.7.5
- [new tag] 1.7.6 -> 1.7.6
- [new tag] 1.7.7 -> 1.7.7
- [new tag] 1.8.0 -> 1.8.0
- [new tag] 1.8.1 -> 1.8.1
- [new tag] 1.8.2 -> 1.8.2
- [new tag] 1.8.3 -> 1.8.3
- [new tag] 1.8.4 -> 1.8.4
- [new tag] 1.8.5 -> 1.8.5
- [new tag] 1.8.6 -> 1.8.6
- [new tag] 1.9.0 -> 1.9.0
- [new tag] 1.9.1 -> 1.9.1
- [new tag] 1.9.2 -> 1.9.2
- [new tag] 1.9.3 -> 1.9.3
- [new tag] 2.0.0 -> 2.0.0
- [new tag] 2.0.1 -> 2.0.1
- [new tag] 2.0.2 -> 2.0.2
- [new tag] 2.0.3 -> 2.0.3
- [new tag] 2.0.4 -> 2.0.4
- [new tag] 2.0.5 -> 2.0.5
- [new tag] 2.0.6 -> 2.0.6
- [new tag] 2.1.0 -> 2.1.0
- [new tag] 2.1.1 -> 2.1.1
- [new tag] 2.1.10 -> 2.1.10
- [new tag] 2.1.11 -> 2.1.11
- [new tag] 2.1.12 -> 2.1.12
- [new tag] 2.1.13 -> 2.1.13
- [new tag] 2.1.14 -> 2.1.14
- [new tag] 2.1.15 -> 2.1.15
- [new tag] 2.1.16 -> 2.1.16
- [new tag] 2.1.2 -> 2.1.2
- [new tag] 2.1.3 -> 2.1.3
- [new tag] 2.1.4 -> 2.1.4
- [new tag] 2.1.5 -> 2.1.5
- [new tag] 2.1.6 -> 2.1.6
- [new tag] 2.1.7 -> 2.1.7
- [new tag] 2.1.8 -> 2.1.8
- [new tag] 2.1.9 -> 2.1.9
- [new tag] 2.2.0 -> 2.2.0
- [new tag] 2.2.1 -> 2.2.1
- [new tag] 2.2.10 -> 2.2.10
- [new tag] 2.2.11 -> 2.2.11
- [new tag] 2.2.12 -> 2.2.12
- [new tag] 2.2.13 -> 2.2.13
- [new tag] 2.2.14 -> 2.2.14
- [new tag] 2.2.15 -> 2.2.15
- [new tag] 2.2.16 -> 2.2.16
- [new tag] 2.2.17 -> 2.2.17
- [new tag] 2.2.2 -> 2.2.2
- [new tag] 2.2.3 -> 2.2.3
- [new tag] 2.2.4 -> 2.2.4
- [new tag] 2.2.5 -> 2.2.5
- [new tag] 2.2.6 -> 2.2.6
- [new tag] 2.2.7 -> 2.2.7
- [new tag] 2.2.8 -> 2.2.8
- [new tag] 2.2.9 -> 2.2.9
- [new tag] 2.3.0 -> 2.3.0
- [new tag] 2.4.0 -> 2.4.0
- [new tag] 2.4.1 -> 2.4.1
- [new tag] 2.4.10 -> 2.4.10
- [new tag] 2.4.11 -> 2.4.11
- [new tag] 2.4.12 -> 2.4.12
- [new tag] 2.4.13 -> 2.4.13
- [new tag] 2.4.14 -> 2.4.14
- [new tag] 2.4.15 -> 2.4.15
- [new tag] 2.4.16 -> 2.4.16
- [new tag] 2.4.2 -> 2.4.2
- [new tag] 2.4.3 -> 2.4.3
- [new tag] 2.4.4 -> 2.4.4
- [new tag] 2.4.5 -> 2.4.5
- [new tag] 2.4.6 -> 2.4.6
- [new tag] 2.4.7 -> 2.4.7
- [new tag] 2.4.8 -> 2.4.8
- [new tag] 2.4.9 -> 2.4.9
- [new tag] 2.5.0 -> 2.5.0
- [new tag] 2.5.1 -> 2.5.1
- [new tag] 2.5.10 -> 2.5.10
- [new tag] 2.5.11 -> 2.5.11
- [new tag] 2.5.12 -> 2.5.12
- [new tag] 2.5.2 -> 2.5.2
- [new tag] 2.5.3 -> 2.5.3
- [new tag] 2.5.4 -> 2.5.4
- [new tag] 2.5.5 -> 2.5.5
- [new tag] 2.5.6 -> 2.5.6
- [new tag] 2.5.7 -> 2.5.7
- [new tag] 2.5.8 -> 2.5.8
- [new tag] 2.5.9 -> 2.5.9
- [new tag] 2.6.0 -> 2.6.0
- [new tag] 2.6.1 -> 2.6.1
- [new tag] 2.6.2 -> 2.6.2
- [new tag] 2.7.0 -> 2.7.0
- [new tag] 2.7.1 -> 2.7.1
- [new tag] 2.7.2 -> 2.7.2
- [new tag] 2.7.3 -> 2.7.3
- [new tag] 2.7.4 -> 2.7.4
- [new tag] 2.7.5 -> 2.7.5
- [new tag] 2.7.6 -> 2.7.6
- [new tag] 2.7.7 -> 2.7.7
- [new tag] 3.0.0 -> 3.0.0
- [new tag] 3.0.1 -> 3.0.1
- [new tag] 3.0.10 -> 3.0.10
- [new tag] 3.0.11 -> 3.0.11
- [new tag] 3.0.2 -> 3.0.2
- [new tag] 3.0.3 -> 3.0.3
- [new tag] 3.0.4 -> 3.0.4
- [new tag] 3.0.5 -> 3.0.5
- [new tag] 3.0.6 -> 3.0.6
- [new tag] 3.0.7 -> 3.0.7
- [new tag] 3.0.8 -> 3.0.8
- [new tag] 3.0.9 -> 3.0.9
- [new tag] 3.1.0 -> 3.1.0
- [new tag] 3.1.1 -> 3.1.1
- [new tag] 3.1.2 -> 3.1.2
- [new tag] 3.1.3 -> 3.1.3
- [new tag] 3.1.4 -> 3.1.4
- [new tag] 3.1.5 -> 3.1.5
- [new tag] 3.1.6 -> 3.1.6
- [new tag] 3.1.7 -> 3.1.7
- [new tag] 3.1.8 -> 3.1.8
- [new tag] 3.1.9 -> 3.1.9
HEAD is now at 654c78c2d Merge pull request #11479 from gibfahn/redirect_stdout
==> Tapping homebrew/core
remote: Enumerating objects: 969337, done.
remote: Counting objects: 100% (426/426), done.
remote: Compressing objects: 100% (207/207), done.
remote: Total 969337 (delta 256), reused 362 (delta 219), pack-reused 968911
Receiving objects: 100% (969337/969337), 386.90 MiB | 3.57 MiB/s, done.
Resolving deltas: 100% (660418/660418), done.
From https://github.com/Homebrew/homebrew-core - [new branch] master -> origin/master
HEAD is now at 7beb338974 phpmyadmin 5.1.1 (#78701)
Warning: /opt/homebrew/bin is not in your PATH.
==> Installation successful!
==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics
No analytics data has been sent yet (or will be during this install
run).
==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
https://github.com/Homebrew/brew#donations
==> Next steps:
- Add Homebrew to your PATH in /Users/hq/.zprofile:
echo 'eval “ ( / o p t / h o m e b r e w / b i n / b r e w s h e l l e n v ) " ′ > > / U s e r s / h q / . z p r o f i l e e v a l " (/opt/homebrew/bin/brew shellenv)"' >> /Users/hq/.zprofile eval " (/opt/homebrew/bin/brewshellenv)"′>>/Users/hq/.zprofileeval"(/opt/homebrew/bin/brew shellenv)” - Run
brew help
to get started - Further documentation:
https://docs.brew.sh
[SUCCESS] homebrew 安装成功!