效果图
步骤
1.
解决VScode缺少git bash的问题_failed to start bash - is git-bash.exe on the syst_Rudon滨海渔村的博客-CSDN博客效果解决步骤找到git安装目录下的/bin/bash.exe,复制其绝对路径,例如D:\Program Files\Git\bin\bash.exe把路径的右斜杠转义,例如D:\\Program Files\\Git\\bin\\bash.exe其实就是一个斜杠变两个在vscode中按F1,输入settings.json不要回车,选择“打开设置(json)”按实际情况,修改为{ "terminal.integrated.profiles.windows"_failed to start bash - is git-bash.exe on the system path? vscodehttps://blog.csdn.net/qq285744011/article/details/122557900
2.
vscode 配置 gitbash 终端,并设置为默认_vscode git bash_JOKP的博客-CSDN博客1. 使gitbash生效打开vscode文件->首选项->设置,打开设置搜索shell windows点击在setting.json中编辑在vscode升级后,在默认的终端配置文件中显示的是"Git Bash",因为中间有空格所以无法识别。可以在中间增加短横杠"-",更改成"Git-Bash"。并删除原内容,增加"path",值为bash.exe所在目录。!!!需要是bin目录下的bash.exe!!!此时点击终端->新建终端,就能看到Git-Bas._vscode git bashhttps://blog.csdn.net/qq_44498977/article/details/124204347