Skip to content

Instantly share code, notes, and snippets.

@ptflp
Last active May 6, 2020 09:55
Show Gist options
  • Save ptflp/53ec5fd885afcdb3689767e8a51eabe3 to your computer and use it in GitHub Desktop.
Save ptflp/53ec5fd885afcdb3689767e8a51eabe3 to your computer and use it in GitHub Desktop.
Golang private repository go.mod go get
#!/bin/bash
git config \
--global \
url."git@github.com".insteadOf \
"https://github.com"
#!/bin/bash
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