当修改完电脑密码之后, git pull and push 会报错
remote: Invalid username or password.
fatal: Authentication failed for ‘https://*****/’
fatal: Authentication failed就是凭证失败的意思
win10修改凭证
- search 'control
- open ‘Control Panel’ and select view by ‘Small icons’, then find Credential manager
- Open the Credential manager, find your git credential and click the edit to modify the password.
Now you can use git normally