note4

git pull 总要输入账号密码

git config --global credential.helper store

这个命令则是在你的本地生成一个账号密码的本子似的东东,这样就不用每次都输入了(但是还得输入一次)

原文地址:https://www.cnblogs.com/yimingwang/p/13803986.html