VS Code配置git bash终端 版本1.57以上新版设置 settings.json文件 "terminal.integrated.profiles.windows": { "Git-Bash": { "path": "D:\\software\\Git\\bin\\bash.exe", "args": [] } },