git config --global credential.helper store然后pull一下 输入密码 之后就不用再操作了$ git config --global user.name "username"$ git config --global user.email xxx@qq.com