解决git pull 每次都要输入用户名和密码

运行命令

git config --global credential.helper store

再操作一次git pull,然后它会提示你输入账号密码,这一次之后就不需要再次输入密码了