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

在Max OS X 10.11(El Capitan)版本中,homebrew在安装软件时可能会碰到/usr/local目录不可写的权限问题。可以使用下面的命令修复:
sudo chown -R `whoami` /usr/local

相关文章:

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