Description
After upgrading from Windows 10 1809 to Windows 10 1903 hangxingliu/wslgit does not work anymore.
Environment
[System.Environment]::OSVersion.Version
[System.Environment]::OSVersion.Version:
Major Minor Build Revision
----- ----- ----- --------
10 0 18362 0
wsl cat /etc/wsl.conf
[automount]
root = /
options = "metadata"
wsl mount -t drvfs
[automount]
C:\ on /c type drvfs (rw,noatime,uid=1000,gid=1000,metadata,case=off)
D:\ on /d type drvfs (rw,noatime,uid=1000,gid=1000,metadata,case=off)
https://github.com/andy-5/wslgit works well.
Description
After upgrading from Windows 10 1809 to Windows 10 1903 hangxingliu/wslgit does not work anymore.
Environment
[System.Environment]::OSVersion.Version
wsl cat /etc/wsl.conf
wsl mount -t drvfs
https://github.com/andy-5/wslgit works well.