1.找到你git bin bash.exe的安装路径
2.在终端里点击小箭头
3. 选择配置终端设置
4.找到terminal.integrated.profiles.windows,进入json编辑
5.在配置文件中添加文章来源:https://www.toymoban.com/news/detail-702181.html
"terminal.integrated.profiles.windows": {
// 向终端中添加Git-Bash
"Git-Bash": {
"path": "D:\\tools\\Git\\bin\\bash.exe" //安装Git的地址
}
},
"terminal.integrated.defaultProfile.windows": "Git-Bash", //将Git-Bash设置为默认终端
6.重启VSCode文章来源地址https://www.toymoban.com/news/detail-702181.html
到了这里,关于【问题解决】VSCode终端中没有Git-Bash以及将其设置为默认终端的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!