git设置本地帐户

问题描述:

  git很方便,git本地若是记住帐户信息git

问题解决:

vscode  Git 全局设置:
git config --global user.name "mvpbang" 
git config --global user.email "123456789@qq.com"
git config --global credential.helper store   //git记住密码
相关文章
相关标签/搜索