Skip to content

Instantly share code, notes, and snippets.

@udhos
Created November 28, 2018 15:33
Show Gist options
  • Save udhos/2de9c5e7e3c6694eca9870a215a35ba3 to your computer and use it in GitHub Desktop.
Save udhos/2de9c5e7e3c6694eca9870a215a35ba3 to your computer and use it in GitHub Desktop.
github token + go
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