Я запустил 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, и мне интересно, как решить эту проблему. Спасибо!