• 显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles -bool true;
KillAll Finder
  • 允许任何来源
sudo spctl --master-disable
  • 安装command line tools
xcode-select --install
  • 使用locate
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist
sudo /usr/libexec/locate.updatedb

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-25
  • 2021-09-16
  • 2021-10-26
  • 2021-08-28
  • 2022-01-22
猜你喜欢
  • 2021-10-18
  • 2022-12-23
  • 2021-12-30
  • 2021-05-22
  • 2022-02-24
  • 2022-12-23
  • 2022-01-18
相关资源
相似解决方案