美文网首页Web 前端开发
windows 下 jetbrains 系IDE IDEA We

windows 下 jetbrains 系IDE IDEA We

作者: 矮子高 | 来源:发表于2017-04-18 15:30 被阅读0次

    [TOC]

    本博客持续修改与更新中,点击这里查看最新的内容

    背景

    ​ 虽然本人现在用的osx系统,但是有时操作同事的windows系统时,他们的ide没有好用的终端实在是蛋疼。window下的bash方案现在也挺多的,如,git bash ,cmder ,babun都是不错的选择。今天偶然的发现在 IDEA下的居然有个 terminal 的配置选项,发现可以设置为 git bash等,好评 :smile:

    具体操作

    • 设置为 git bash
      改shell path 为"C:\Program Files (x86)\Git\bin\sh.exe" --login -i
      git bashgit bash
    • 设置为 babun 、cygwin
      改shell path 为C:\Users\YOUR-USERNAME\.babun\cygwin\bin\bash.exe
      cygwincygwin

    参考

    GIT BASH IN INTELLIJ IDEA 13 ON WINDOWS
    Using Cygwin’s bash terminal in a JetBrains IDE

    相关文章

      网友评论

        本文标题:windows 下 jetbrains 系IDE IDEA We

        本文链接:https://www.haomeiwen.com/subject/bvafzttx.html