解决方案
1、进入服务器的项目目录,执行
git config --global credential.helper store
2、执行之后,继续
git pull
3、重新输入一遍账号密码。然后往后就不需要再输入了
=====================================================================
git config --global credential.helper store
git pull
=====================================================================