Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

启动homebrew下载的软件的时候报错:brew services start redis #21

Open
smalllh opened this issue Mar 28, 2023 · 3 comments
Open

Comments

@smalllh
Copy link

smalllh commented Mar 28, 2023

lh@lhdemacbook-pro homebrew % brew services start redis
Error: uninitialized constant Homebrew::Service::System
/opt/homebrew/Library/Taps/homebrew/homebrew-services/cmd/services.rb:61:in services' /opt/homebrew/Library/Homebrew/brew.rb:94:in

'

@penghuizhang
Copy link

penghuizhang commented Apr 2, 2023

me too

M1 pro 13.2.1

other brew services start redis

Error: uninitialized constant Homebrew::Service::System
/opt/homebrew/Library/Taps/homebrew/homebrew-services/cmd/services.rb:61:in services' /opt/homebrew/Library/Homebrew/brew.rb:94:in

'

@muyids
Copy link

muyids commented Apr 7, 2023

you can try the command below:

git -C "$(brew --repo homebrew/services)" remote set-url origin https://github.com/Homebrew/homebrew-services.git
brew update

homebrew-core#127329

@GerrysSun
Copy link

sunhongmin@sunhongmindeMacBook-Pro ~ % brew services list
Error: uninitialized constant Homebrew::Service::System
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-services/cmd/services.rb:61:in services' /usr/local/Homebrew/Library/Homebrew/brew.rb:94:in

'

使用楼上的方式解决了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants