Ogni volta che alcuni script o cloni Git / estraggono qualcosa da GitHub, non desidero inviare il mio account GitHub, se il repository è pubblico.
Come assicurarmi che non sarò autenticato con il mio utente GitHub con Keychain?
> brew search geoip
geoip geoipupdate
Error: GitHub
The GitHub credentials in the macOS keychain may be invalid.
Clear them with:
printf "protocol=https\nhost=github.com\n" | git credential-osxkeychain erase
Or create a personal access token:
https://github.com/settings/tokens/new?scopes=gist,public_repo&description=Homebrew
and then set the token as: export HOMEBREW_GITHUB_API_TOKEN="your_new_token"
> git credential-osxkeychain erase
host=github.com
protocol=https