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 analytics can be disabled in the git config #166

Open
kergoth opened this issue Sep 28, 2016 · 1 comment
Open

homebrew analytics can be disabled in the git config #166

kergoth opened this issue Sep 28, 2016 · 1 comment

Comments

@kergoth
Copy link

kergoth commented Sep 28, 2016

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.

@linkclau
Copy link

linkclau commented Jun 4, 2020

The bug is still current. AFAIK I disabled homebrew analytics through
brew analytics off

Running the check I get
CHECK #13: Homebrew analytics are disabled.... FAILED!

but

% brew analytics
Analytics are disabled.

Homebrew 2.3.0, osx-config-check 7ab816d (cloned)

brew analytics off seems to use the git config

% git --git-dir=$(brew --repo)/.git config homebrew.analyticsdisabled       
true

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

No branches or pull requests

3 participants