Skip to content

Instantly share code, notes, and snippets.

@dsmith73
Last active April 5, 2020 18:19
Show Gist options
  • Save dsmith73/b3939b81b5e9501926c3ca4ade7df9a5 to your computer and use it in GitHub Desktop.
Save dsmith73/b3939b81b5e9501926c3ca4ade7df9a5 to your computer and use it in GitHub Desktop.
store credentials to access github in credential store

from commandline type git config --global credential.helper store

Then you will need to use your credentials with another interaction with github
I chose to commit a file and push

Type in your creds when prompted and complete the process

Afterwords you shouldn't need to type in your creds again.

Test this by pushing another change.


github.com/dsmith73

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