Created
July 11, 2019 13:39
-
-
Save kfelter/8183fbedc5144935bc9d84dad79cf6fb to your computer and use it in GitHub Desktop.
using go modules with private repos
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
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