Created
May 16, 2019 09:47
-
-
Save serinth/a6ad1c0c84efe11255cd42efaa41f470 to your computer and use it in GitHub Desktop.
git ssh override with http token
This file contains hidden or 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://oauth2:<TOKEN>@gitlab.com/<PROJECT>/<REPO>.git".insteadOf "https://gitlab.com/<PROJECT>/<REPO>.git" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment