Chaque fois qu'un script ou Git clone/pulse quelque chose de GitHub, je ne souhaite pas envoyer mon compte GitHub, si le repo est public.
Comment s'assurer que je ne serai pas authentifié avec mon utilisateur GitHub avec 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