Answers for "how to change password of accounts like github in windows 10"

0

setup github password terminal

$ git config credential.helper store
$ git push https://github.com/owner/repo.git

Username for 'https://github.com': <USERNAME>
Password for 'https://[email protected]': <PASSWORD>
Posted by: Guest on June-05-2020
0

how to update git password in windows

To update your credentials, go to Control Panel -> Credential Manager -> Generic Credentials. Find the credentials related to your git account and edit them to use the updated password.
Posted by: Guest on June-11-2021

Code answers related to "how to change password of accounts like github in windows 10"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language