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
I have git configured in my default distro with all my credentials and config. I have another distro, and I would like to use the git from my default distro, but currently this fails:
Would be great if this could be a supported use case.
The text was updated successfully, but these errors were encountered:
Unfortunately, this is currently not possible. The current behavior specifically checks if the working directory is inside a WSL distro and uses git from that distro.
I think the main reason is that files from one distro are not easily accessible from within another distro. So git running in your default distro cannot access the files from the working directory in another distro.
Hello
I have git configured in my default distro with all my credentials and config. I have another distro, and I would like to use the git from my default distro, but currently this fails:
Would be great if this could be a supported use case.
The text was updated successfully, but these errors were encountered: