1、MAC中抹掉就是格式化;
2、MAC中拔出U盘:在桌面找到U盘,点击右键显示"推出***",点击退出。
3、MAC系统版本:
macOS 11: Big Sur
macOS 12 Monterey
macOS 13 Ventura
macOS 14 Sonoma
macOS 15 Sequoia
4、通用快捷键:
保存command+s, 复制:command+c, 粘贴 command+v,command + R: 恢复
Command + 逗号:打开当前应用程序的偏好设置
5、macOS中安装git
使用Homebrew来安装,Homebrew是macOS平台下的软件包管理工具,就像npm
先安装Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
再用Homebrew安装git
brew install git
查看git版本
git version