微信开发者工具Git not found. Install it or configure it 解决办法
发布于 4 年前 作者 pengxia 1094 次浏览 来自 分享

微信开发者工具Git not found. Install it or configure it using the ‘git.path’ setting解决办法

微信开发者工具窗口界面依次选择

设置-》

编辑器设置-》

更多及工作区的编辑器设置-》

扩展-》

GIT-》

PATH-》

在setting.json中编辑

    "git.path": "/usr/local/git/bin/git" #根据自己git的安装目录配置
回到顶部