git pull 总数提示数据用户名密码 解决办法


执行一次

git config credential.helper store

执行后 第一次 git pull 输入一次账号密码后 会被记录下来


下次 git pull 就不需要输入用户名密码了。