LoginSignup
70

More than 3 years have passed since last update.

posted at

macOS Catalinaで、brew upgradeする時にPermission denied @ apply2files - が出た時の対処法

brew upgrade

を実行すると

Error: Permission denied @ apply2files - 

と出て、止まってしまった時の対策

sudo chown -R $(whoami) $(brew --prefix)/*

を実行すれば良い。

元ネタ
https://gist.github.com/irazasyed/7732946

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
What you can do with signing up
70