Skip to content

Instantly share code, notes, and snippets.

@JeansBolong
Last active August 2, 2019 15:51
Show Gist options
  • Save JeansBolong/a86dadbcce7ecdc8cf8a7b4e7345f853 to your computer and use it in GitHub Desktop.
Save JeansBolong/a86dadbcce7ecdc8cf8a7b4e7345f853 to your computer and use it in GitHub Desktop.
GITHUB

store password

run git config 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.

If you want to change the password later remove ~/.git-credentials `

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