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

Regular slashes in UNC paths does not work #99

Closed carlolars closed 4 years ago

carlolars commented 4 years ago

Windows (Power Shell, ...) also supports UNC paths using regular slashes, //wsl$/Ubuntu-18.04/home, but they are currently not considered as UNC paths by wslgit so no wslpath conversion is done.

andy-5 commented 4 years ago

This is now fixed in the develop branch. Thanks for your PR.