Created
August 26, 2018 07:54
-
-
Save cloudartisan/a38b36c403ea40c7a6b5f7596c1d3ed8 to your computer and use it in GitHub Desktop.
Using "go get" with GitHub HTTPS and a personal access token
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# generate a personal access token, grant it repo access, and use the following | |
git config --global url."https://${GITHUB_TOKEN}:[email protected]/".insteadOf "https://github.com/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment