【发布时间】:2020-07-09 01:26:55
【问题描述】:
我跑了brew install postgresql:
- 然后
brew services start postgresql
收到
Error: Permission denied @ apply2files - /Users/$USER/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
- 跑
chmod 755 ~/Library/LaunchAgents和cp /usr/local/opt/postgresql/homebrew.mxcl.postgresql.plist ~/Library/LaunchAgents/(来自https://coreyward.svbtle.com/fixing-homebrew-postgres-installation-on-macos-catalina)
这给了我Error: Permission denied @ rb_sysopen - /Users/$USER/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
- 我从这个线程 https://gist.github.com/irazasyed/7732946 尝试了各种方法,但没有成功。
我对 Homebrew 不太熟悉,想知道如何解决这个问题。谢谢!
【问题讨论】:
标签: postgresql homebrew