133
71

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

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

Posted at
brew upgrade

を実行すると

Error: Permission denied @ apply2files - 

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

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

を実行すれば良い。

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

133
71
1

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
  3. You can use dark theme
What you can do with signing up
133
71

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?