Skip to content

Instantly share code, notes, and snippets.

@timjonesdev
Last active April 27, 2021 09:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save timjonesdev/760967e8d06b71970596baf03da3c166 to your computer and use it in GitHub Desktop.
Save timjonesdev/760967e8d06b71970596baf03da3c166 to your computer and use it in GitHub Desktop.
git config \
--global \
url."https://oauth2:${personal_access_token}@privategitlab.com".insteadOf \
"https://privategitlab.com"
#or
git config \
--global \
url."https://${user}:${personal_access_token}@privategitlab.com".insteadOf \
"https://privategitlab.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment