1
0

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 3 years have passed since last update.

エラー:The following directories are not writable by your user:/usr/local/ が出たときの対処法

Posted at

##はじめに
homebrewでインストールやアップデートをするときにエラー:「 The following directories are not writable by your user: /usr/local/ 」が出る時がある。

エラー文↓

Error: The following directories are not writable by your user:
/usr/local/

You should change the ownership of these directories to your user.
  sudo chown -R $(whoami) /usr/local/

##対処法
「オーナーシップを変更してみてね」と言われているので、エラーの中にある、

sudo chown -R $(whoami) /usr/local/

を入力して、パスワードを打ち込めばOK。

1
0
0

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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?