After the computer to change the password, git push error unable to access

After the computer to change the password, Remote error git when the Push: Permission to xxx A. fatal: Unable to  Access 

There are two ways to solve this problem, one is to modify the interface, one is separated from the command line to modify the following description:

1. Modify the credentials of the computer, as shown below, find the Control Panel >> User Account >> >> Credential Manager library to find the corresponding URL >> Edit Change Password

 

 2. The second way, git commands modify, execute the following two commands and then re-git push can follow the prompts to modify account password

git config --system --unset credential.helper

git config --global credential.helper store

Guess you like

Origin www.cnblogs.com/skaarl/p/11494246.html