Using Git in Windows Subsystem for Linux through IntelliJ

前端 未结 9 908
萌比男神i
萌比男神i 2021-01-30 11:10

I\'m trying to set Git executable in IntelliJ to be the git installed in Windows Subsystem for Linux, I tried a few different ways, but always got some sort of error. Today I in

9条回答
  •  北海茫月
    2021-01-30 11:31

    Since WebStorm 2020.2 EAP it is possible.

    Just add \\wsl$\YOUR-WSL-VERSION\usr\bin\git to the Path to Git executable:

    To get your WSL VERSION type in a console wsl -l

提交回复
热议问题