Created
November 28, 2018 15:33
-
-
Save udhos/2de9c5e7e3c6694eca9870a215a35ba3 to your computer and use it in GitHub Desktop.
github token + go
This file contains hidden or 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
1 Generate GITHUB TOKEN here https://github.com/settings/tokens | |
2 export GITHUB_TOKEN=xxx | |
3 git config --global url."https://${GITHUB_TOKEN}:[email protected]/mycompany".insteadOf "https://github.com/mycompany" | |
4 go get (...) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment