1

When I am using this command in macOS 13.2 to check the postgresql status:

➜ ~ brew services status postgresql ==> Downloading https://formulae.brew.sh/api/formula.json ############# 19.0% 

Why does brew download the json when using local command, is it possible to close the download task? why download the whole json every time? what should I do to optimize the process?

1 Answer 1

2

Try export HOMEBREW_NO_INSTALL_FROM_API=1 in your shell rc file.

Also make sure the brew repos are on your disk:

brew tap homebrew/core brew tap homebrew/cask 

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.