解决git每次输入账号密码问题

步骤1:输入下面指令

git config --global credential.helper store
git pull

步骤2:再输入一次账号密码

完成