📌  相关文章
📜  git :术语“git”未被识别为 cmdlet、函数、脚本文件或可运行程序的名称. - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:05.241000             🧑  作者: Mango

代码示例1
{
    // Is git enabled
    "git.enabled": true,

    // Path to the git executable
    "git.path": "C:\\path\\to\\git.exe"

    // other settings
}