今天改了点东西,正常提交后,从服务器通过git pull
拉取代码, 出现以下错误信息:
[root@opt]# git pull
Username for 'https://gitee.com': ngxcode
Password for 'https://ngxcode@gitee.com':
fatal: Authentication failed for 'https://gitee.com/ngxcode/wordpress.git/'
可以输入一下代码,清理机器上的账号密码,然后git pull
重新输入账号密码就可以了
git config --system --unset credential.helper