You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Homebrew's message about analytics advises disabling it with git config, i.e. git --git-dir=$(brew --repo)/.git config homebrew.analyticsdisabled true, not via the environment, so it'd be nice if the check for it checked both.
The text was updated successfully, but these errors were encountered:
Homebrew's message about analytics advises disabling it with git config, i.e.
git --git-dir=$(brew --repo)/.git config homebrew.analyticsdisabled true
, not via the environment, so it'd be nice if the check for it checked both.The text was updated successfully, but these errors were encountered: