vscode配置git路径

  1. vscode 在设置里查找git.path

  2. 点击在settings.json中编辑

  3. 可以设置成相对路径

    1
    "git.path": "./git/bin/git"

在vscode根目录下放置git文件夹