vscode 用户名密码(修改及设置免登入)

修改用户名和email

       查看:git config --list

  修改:$ git config --global user.name "xxx"

             $ git config --global user.email "xxx"

 

设置免登入

一、选中文件-->首选项-->设置,搜索git,在setting.json中添加

"git.path":"/bin/git.exe"

二、git bush中设置Git 全局设置:
git config --global user.name "用户名" 

git config --global user.email "用户邮箱"

三、设置让VSCode记住git账号和密码:

git config --global credential.helper store

文章来自:https://www.cnblogs.com/LengZhao/p/11905555.html
© 2021 jiaocheng.bubufx.com  联系我们
ICP备案:鲁ICP备09046678号-3