1. 安装Command Line Tools

终端输入 xcode-select --install 回车,若下载慢,可搜索Command line Tools的pkg文件,自行安装。

或者直接安装Homebrew,在提示安装Command Line Tools时安装亦可。

2. 安装Homebrew

ruby -e "$(curl -fsSL --insecure https://raw.githubusercontent.com/Homebrew/install/master/install)"

在-fsSl后添加 --insecure 即可

相关文章:

  • 2022-02-12
  • 2022-01-20
  • 2021-05-25
  • 2021-08-11
  • 2021-04-14
  • 2021-10-20
猜你喜欢
  • 2019-07-30
  • 2021-12-15
  • 2021-12-31
  • 2021-11-23
  • 2021-08-22
  • 2021-12-03
相关资源
相似解决方案