Skip to content

Instantly share code, notes, and snippets.

@anibalardid
Last active June 19, 2021 00:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anibalardid/7b20fb89e3d0cc1438e098eb25de085d to your computer and use it in GitHub Desktop.
Save anibalardid/7b20fb89e3d0cc1438e098eb25de085d to your computer and use it in GitHub Desktop.
remember git https credentials/password #git

When you use https in git clone, you need to enter password in each git command.
To avoid that you need to do these steps:

  1. cd repodir
  2. git config credential.helper store
  3. git pull
  4. #enter password
  5. ready
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment