博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
VSvode如何使用git bash 设置linux终端命令 Windows下使用vim
阅读量:3905 次
发布时间:2019-05-23

本文共 335 字,大约阅读时间需要 1 分钟。

第一步下载git  

第二步 安装后 打开安装目录 D:\Program Files\Git\bin,找到我们可爱的 bash.exe

第三步配置环境变量 

右键我的电脑 -->属性 --> 高级系统设置

 

这里将你们小可爱bash.exe 的路径放进去 就比如这样 就行

 然后打开vscode

左上角点击  文件-->首选项-->设置 

输入"terminal.integrated.shell.windows"  然后复制粘贴"terminal.integrated.shell.windows":"D:\\Program Files\\Git\\bin\\bash.exe",

注意 后面的是我的路径 你们要设置你们的bash路径 接着保存重启就 ok了  !

然后这种就是成功了 

你可能感兴趣的文章
Python Singleton
查看>>
Python hashmap
查看>>
python 切片
查看>>
interview sum
查看>>
HTTPs Control
查看>>
澳洲孕维生素
查看>>
Prenatal Vitamin Brands
查看>>
has_key or in
查看>>
Python sort list customisation
查看>>
Python sort dict by value
查看>>
Python collections deque - double-ended queue ()
查看>>
Python sort sorted OrderDict
查看>>
Python dict sort
查看>>
Python lambda
查看>>
Python modify string in place
查看>>
Python dict del
查看>>
Http header
查看>>
HTTP Header
查看>>
ASCII - American Standard Code for Information Interchange
查看>>
进制转换
查看>>