Homebrew 安装 postgreSQL
csharp
brew install postgresql
启动
csharp
brew services start postgresql
但报错:
csharp
uninitialized constant Homebrew::Service::System
解决方案
csharp
brew doctor
-
按照 brew doctor 中的建议进行操作,如果不行,如下: