GitHub credential caching no no
Many people use GitHub credential manager to cache their credentials to avoid having to re-enter their username and passwords each time.
Danger Danger Danger
Basically stop using github credential manager to store your credentials, instead opt for using a SSH key to access your Repos.
Step 1 - Generate an SSH key
Step 2 - Associate your SSH key with the remote repository
Step 3 - Change your remote URL to support SSH
Last updated
Was this helpful?