Skip to content

Instantly share code, notes, and snippets.

@cloudartisan
Created August 26, 2018 07:54
Show Gist options
  • Save cloudartisan/a38b36c403ea40c7a6b5f7596c1d3ed8 to your computer and use it in GitHub Desktop.
Save cloudartisan/a38b36c403ea40c7a6b5f7596c1d3ed8 to your computer and use it in GitHub Desktop.
Using "go get" with GitHub HTTPS and a personal access token
# generate a personal access token, grant it repo access, and use the following
git config --global url."https://${GITHUB_TOKEN}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment