Skip to content

Instantly share code, notes, and snippets.

@gringoh
Last active October 22, 2021 12:03
Show Gist options
  • Save gringoh/aa8e86d6fcbdb1f2bd46288c21725458 to your computer and use it in GitHub Desktop.
Save gringoh/aa8e86d6fcbdb1f2bd46288c21725458 to your computer and use it in GitHub Desktop.
[GitHub CLI: Setup after authentication] #git
$ gh config set git_protocol https -h github.com
$ gh auth status --show-token  # <== copy your authentication token

$ git credential reject <<<"url=https://github.com"
$ git credential approve <<<"url=https://USER:TOKEN@github.com"

source: cli/cli#1326

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