Using Git in Windows Subsystem for Linux through IntelliJ
I was looking for a way to use git on WSL Windows Subsystem for Linux through Webstorm or an IntelliJ idea software. I tried KatoPue’s solution, but I got the following error: fatal: could not read log file ‘C:/Program Files/Git/mnt/c/Users/Elies/AppData/Local/Temp/git-commit-msg-.txt’: No such file or directory I solved it by replacing the path when sending the … Read more