Created
June 11, 2020 12:26
-
-
Save ABHISHEK-KEDAR-21/8447809381ce7947ae5896527038718c to your computer and use it in GitHub Desktop.
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 credential.helper 'cache --timeout=3600' | |
git config --global --unset credential.helper | |
git config --global credential.helper store | |
git config --global user.name "username" | |
git config --global user.password "password" | |
git config --global user.email "email" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment