Cada vez que un script o Git clona / extrae algo de GitHub no deseo enviar mi cuenta de GitHub, si el repositorio es público.
¿Cómo asegurarme de que no me autenticaré con mi usuario de 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