VS Code 未找到Git。请安装Git,或在"git.path" 设置中配置

1.文件-》首选项-》设置

2.搜索设备 输入 git.path

下面显示  git.path:null  (git可执行文件的路径)

3.右侧花括号内输入

 
"files.autoSave": "off",
"git.path": "D:/Git.exe地址"
 
网上有博客指导

 

posted @ 2018-04-09 18:15  皓琪  Views(4887)  Comments(0)    收藏  举报