当前位置:   article > 正文

【问题解决】VSCode终端中没有Git-Bash以及将其设置为默认终端_vscode无git bash

vscode无git bash

1.找到你git bin bash.exe的安装路径

2.在终端里点击小箭头

3. 选择配置终端设置

4.找到terminal.integrated.profiles.windows,进入json编辑

5.在配置文件中添加

  1. "terminal.integrated.profiles.windows": {
  2. // 向终端中添加Git-Bash
  3. "Git-Bash": {
  4. "path": "D:\\tools\\Git\\bin\\bash.exe" //安装Git的地址
  5. }
  6. },
  7. "terminal.integrated.defaultProfile.windows": "Git-Bash", //将Git-Bash设置为默认终端

6.重启VSCode

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/天景科技苑/article/detail/840081
推荐阅读
相关标签
  

闽ICP备14008679号