【发布时间】:2019-01-10 07:21:15
【问题描述】:
我知道了,"Error: parent directory is world writable but not sticky"
在 macOS mojave 中使用 brew 安装 postgres。 (brew install postgresql)
不幸的是,在 SO for Linux 发行版中找到了这个问题的答案,而不是针对 macOS 用户。
【问题讨论】:
标签: postgresql homebrew
我知道了,"Error: parent directory is world writable but not sticky"
在 macOS mojave 中使用 brew 安装 postgres。 (brew install postgresql)
不幸的是,在 SO for Linux 发行版中找到了这个问题的答案,而不是针对 macOS 用户。
【问题讨论】:
标签: postgresql homebrew
在我的情况下,我做到了
sudo chmod +t /private/tmp
成功了。
【讨论】: