VS code真香系列
VS code 安装Git源代码管理插件 GitLens提示如下报错信息,搞了半天终于OK了,分享给大家~
GitLens was unable to find Git. Please make sure Git is installed. Also ensure that Git is either in the PATH, or that 'git.path' is pointed to its installed location.
解决:
- 需要先安装windows下的Git, 修改VS code的Git 路径即可
//git bash 查询git.exe路径
where git