remote: XXX Incorrect username or password (access token) fatal: Authentication failed for XXX

Abnormal information  

remote:  Incorrect username or password (access token) fatal: Authentication failed for 'https://gitee.com/mrxlh/interview.git/'

You can reset the user name and password with the following command:  

git config --system --unset credential.helper

When you push again  

git push -u origin master

Just input the user name and password corresponding to cloud gitee

 

Read More: