Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fazni/eddc28c4837cb278685436e550deb0ee to your computer and use it in GitHub Desktop.
Save fazni/eddc28c4837cb278685436e550deb0ee to your computer and use it in GitHub Desktop.
# Run
git config --global credential.helper store
#Then
git pull
#provide a username and password and those details will then be remembered later. The credentials are stored in a file on the disk, with the disk permissions of "just user readable/writable" but still in plaintext.
# Check
## Run
git pull
@teeyo
Copy link

teeyo commented Nov 5, 2020

Thank you sir, this is very helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment