You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the instructions on this page 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: cd: C:\Users\tony1: No such file or directory
fatal: can not cd to C:\Users\tony1 (C:\Users\tony1)
mount -t drvfs returns nothing and /etc/wsl.conf has the following:
# [network]
# generateResolvConf = false
My current Windows version:
Windows 10 Version 2004
Build 19041.172
Surely there must be something I am missing yes?
The text was updated successfully, but these errors were encountered:
I have updated wslgit.dev.sh a little.
First of all mount -t drvfs => return nothing to, it happened after update to 2004.
So I have updated wslgit.dev.sh file.
The fix above that @edwardhura posted worked for me. It wasn't entirely obvious how to generate a new wslgit.sh at first, this is done by runnings ./scripts/gen-wslgit-sh.sh.
Following the instructions on this page to use the WSL git. However, running the
git
orgit --version
command on Windows Command Prompt produces the following result:mount -t drvfs
returns nothing and/etc/wsl.conf
has the following:My current Windows version:
Surely there must be something I am missing yes?
The text was updated successfully, but these errors were encountered: