Git Bash 也能跑在 WebStorm 的 terminal

WebStorm for Windows 的 terminal 預設是使用 Windows 內建的 Command Prompt,但可惜內建的 Command Prompt 不強,而 Git Bash 是 Git for Windows 所提供的 git 文字介面,讓我們可以直接對 git 下指令,並顯示當前的 branch,重點是能在 Windows 使用 Bash,且整合進 WebStorm 的 terminal。

Version


WebStorm 2017.1.4
Git for Windows 2.13.1

下載 Git Bash


Git for Windows 下載 Git Bash。

bash000

安裝 Git Bash


基本下都 下一步 即可。

設定 WebStorm


bash001

File -> Settings -> Tools -> Terminal

  • Shell path : "C:\Program Files\Git\bin\sh.exe" -login -i

重新啟動 WebStorm。

執行 Git Bash


bash002

Conclusion


  • Git Bash 算是在 Windows 下最接近 Linux 血統的 terminal,實務上完全可以取代 Windows 內建的 Command Prompt。
  • WebStorm 的 terminal 也能順利跑 Git Bash。

Reference


2017-06-19