vscode设置git记住账号和密码

在Gitbash中第一次拉取代码之后,输入git config --global credential.helper store即可
会记住你的用户名和密码

你可能感兴趣的:(javascript,git,前端,vscode,vue.js)