Skip to content

Instantly share code, notes, and snippets.

@kfelter
Created July 11, 2019 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kfelter/8183fbedc5144935bc9d84dad79cf6fb to your computer and use it in GitHub Desktop.
Save kfelter/8183fbedc5144935bc9d84dad79cf6fb to your computer and use it in GitHub Desktop.
using go modules with private repos
git config \
--global \
url."https://${user}:${personal_access_token}@github.com".insteadOf \
"https://github.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment