git pull 记住密码

git config --global credential.helper store

然后pull一下 输入密码 之后就不用再操作了


$ git config --global user.name "username"

$ git config --global user.email xxx@qq.com

评论