LoginSignup
8
3

More than 5 years have passed since last update.

brew で `Error: parent directory is world writable but not sticky`

Last updated at Posted at 2018-11-17

エラーメッセージ

Error: parent directory is world writable but not sticky
Please report this bug:
  https://docs.brew.sh/Troubleshooting
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/tmpdir.rb:93:in `mktmpdir'
/usr/local/Homebrew/Library/Homebrew/extend/pathname.rb:167:in `atomic_write'

治し方(結果論ですみません)

$ sudo chmod +t /private/tmp
$ sudo chmod +t ~/Library/Caches/Homebrew

を実行したら治りました。

ソース元
https://stackoverflow.com/questions/42893700/error-parent-directory-is-world-writable-but-not-sticky

8
3
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
8
3