1.使用powershell作為默認終端
#改變powershell策略 Set-ExecutionPolicy Unrestricted -Scope CurrentUser
找到系統的powershell目錄 , 默認是
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
打開IDE的設置 File >> Settings || Tools >> Terminal
把Shell path替換成powershell的路徑即可
2.Git好用的插件
GitToolBox