一、选中文件-->首选项-->设置,搜索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

相关文章:

  • 2021-11-06
  • 2021-10-26
  • 2021-05-22
  • 2021-09-08
  • 2021-09-30
  • 2021-10-25
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-13
  • 2021-04-09
  • 2021-08-25
  • 2021-04-26
  • 2021-12-19
  • 2022-01-27
相关资源
相似解决方案