Skip to content

Instantly share code, notes, and snippets.

@zimdo
Last active December 7, 2016 21:07
Show Gist options
  • Save zimdo/414a28e1b5693db60636551c4fbc75f1 to your computer and use it in GitHub Desktop.
Save zimdo/414a28e1b5693db60636551c4fbc75f1 to your computer and use it in GitHub Desktop.
go get github.com/my/private_repository
export GITHUB_TOKEN="MY_TOKEN"
git config --global url."https://${GITHUB_TOKEN}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
go get github.com/my/private_repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment