Skip to content

Instantly share code, notes, and snippets.

@ABHISHEK-KEDAR-21
Created June 11, 2020 12:26
Show Gist options
  • Save ABHISHEK-KEDAR-21/8447809381ce7947ae5896527038718c to your computer and use it in GitHub Desktop.
Save ABHISHEK-KEDAR-21/8447809381ce7947ae5896527038718c to your computer and use it in GitHub Desktop.
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