1、如何安装brew?
新买的电脑,都没有安装brew。
安装步骤来源https://zhuanlan.zhihu.com/p/133450862
在Mac os终端中复制粘贴回车下面这句话,然后我选择的序列号是中科大的。
命令为
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
选择1,输入密码,选择y,特别是第三个选择安装os等,一定不要回车结束,而是输入y。
2、安装Command Line Tools?
安装步骤来源Xcode使用之安装Xcode Command Line Tools - 简书
主要的代码输入
xcode-select --install
一次不行输入两次
3、安装macfuse?
输入命令即可
brew install --cask macfuse
4、安装ntfs-3g for mac?
步骤来源