wslgit icon indicating copy to clipboard operation
wslgit copied to clipboard

:candy: Use Git installed in WSL(Windows Subsystem for Linux) from Windows and Visual Studio Code

Results 7 wslgit issues
Sort by recently updated
recently updated
newest added

**Describe the bug** See [this related issue](https://github.com/hangxingliu/wslgit/issues/17). I am having the exact same problem, but the supposed "fix" suggested in the comments **does not work for me**. **Your environment information**...

bug

Following the instructions on this [page](https://medium.com/faun/how-to-use-git-and-other-linux-tools-in-wsl-on-windows-4c0bffb68b35) to use the WSL git. However, running the `git` or `git --version` command on Windows Command Prompt produces the following result: /mnt/d/DevLib/wslgit-master/wslgit.sh: line 83:...

Handle relative path conversion & gain "smartgit" compatibility

Hello, Great project! Finally was able to get rid of git for windows :) As a suggestion, would you see any impediment in using a **cmd** instead of a **bat**...

I upgraded to WSL2 and this stopped working. By making the script accept mounts of type `9p` in addition to `drvfs`, I got it to work easily. WSL2 also mounts...

**Description** After upgrading from **Windows 10 1809** to **Windows 10 1903** hangxingliu/wslgit does not work anymore. **Environment** _[System.Environment]::OSVersion.Version_ ``` powershell [System.Environment]::OSVersion.Version: Major Minor Build Revision ----- ----- ----- -------- 10...

bug
need more info

Thanks for the repo! It worked fine for me with VS code, and I was inspired to write a couple of [wrappers] for other tools that I wanted to install...