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 即可

相关文章:

  • 2021-04-18
  • 2021-05-14
  • 2021-06-25
  • 2021-05-02
  • 2022-01-31
  • 2022-02-24
猜你喜欢
  • 2022-02-12
  • 2021-12-31
  • 2021-11-23
  • 2021-07-02
  • 2021-10-20
  • 2021-04-14
相关资源
相似解决方案