andy-5 / wslgit

Use Git installed in Bash on Windows/Windows Subsystem for Linux (WSL) from Windows and Visual Studio Code (VSCode)
MIT License
1.18k stars 59 forks source link

WSLgit does not work with Git Extensions GUI #58

Open dmtr81 opened 5 years ago

dmtr81 commented 5 years ago

Do not know if this has to do anything with the issue #37, but may be. When trying to set up wslgit as an executable git for Git Extensions, it does not show contents of repositories. Command log from GE looks like this http://prntscr.com/lh7tdq. I am used to use Git Extensions GUI, but will be happy to force WSLgit work with any other Windows git GUI. Any ideas?

andy-5 commented 5 years ago

The log looks a bit strange. There are many invocations of git that seem to do nothing (i.e. there is no sub-command like ls-files or remote).

You could try to execute the commands manually and maybe compare the output to a native Git installation, if you have one available, to detect differences. Other than that, I don't have an idea what could be wrong.