Last active
October 9, 2019 20:28
-
-
Save ezy/7a8fa537290f0d9d85f6f2a9221ee9ec to your computer and use it in GitHub Desktop.
git https no type user/pass commands
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 credential.https://gitlab.customs.govt.nz <user> | |
git config credential.helper "$helper $options" | |
git config credential.helper store | |
// Once typed you should only have to enter password once more and then it will be stored |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment