一、选中文件–>首选项–>设置
文章来源地址https://www.toymoban.com/news/detail-504240.html
二、搜索git,找到setting.json
文章来源:https://www.toymoban.com/news/detail-504240.html
三、在setting.json中添加"git.path":“D:/soft/git/Git/bin/git.exe”
四、git bush中设置Git 全局设置:
git config --global user.name “用户名”
git config --global user.email “用户邮箱”
注意,自己写用户名的时候不需要加“”号。否则就会出现下面情况:
五、设置让VSCode记住git账号和密码
git config --global credential.helper store
到了这里,关于VSCode设置git账号和密码的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!