After git or gitlab changed the password, it reported the error remote: HTTP Basic: Access denied, fatal: Authentication failed for'git or gitlab address'

Insert picture description here

Option One:

1. Open the control panel
Insert picture description here
2. Change the password
Insert picture description here


Option II:

git config --system --unset credential.helper
git config --global credential.helper store

Push again will prompt for the user name and new password.

Guess you like

Origin blog.csdn.net/weixin_46034375/article/details/109096967