Answer the question
In order to leave comments, you need to log in
How to force PhpStorm to use git installed in WSL?
I got tired of all these mingw, msys2, Git for Windows, etc., I wanted to unify everything and bring it into one environment.
Windows Subsystem for Linux seemed to me the best option: from there you can easily install both apache2 and php and git and in general everything your heart desires, while it all works as usual and conveniently.
For quick access to these programs from cmd, I put bat-nicknames of this kind in the C:\.aliases folder (added to PATH):
git.bat
@echo off
bash -c "git %*"
Answer the question
In order to leave comments, you need to log in
https://gist.github.com/jmickela/7c383c78af66a37a2... try this, it might help.
In general, apparently (and the jetbrains bug tracker), there will not be any adequate solution in the near future.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question