执行git pull
报错 fatal: Authentication failed for ‘xxx’,原因是修改了gitlab密码,需要重新认证。
git config --global user.name "xxx"
git config --global user.email "xxx"
git pull
报错 fatal: Authentication failed for ‘xxx’,原因是修改了gitlab密码,需要重新认证。
git config --global user.name "xxx"
git config --global user.email "xxx"