vscode terminal 终端 命令行 找不到 git 的问题

https://blog.csdn.net/weixin_52269666/article/details/123491832

Setting.json

"terminal.integrated.defaultProfile.windows": "gitBash",
"terminal.integrated.profiles.windows": {
    "gitBash": {
        "path": "D:\\Git\\bin\\bash.exe"
    }
}

 

posted @ 2022-05-06 14:44  贝尔塔猫  阅读(266)  评论(0)    收藏  举报