-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translate network share WLS2 paths into linux paths #106
Comments
If I remember correctly GitKraken use a built-in gitlib so wslgit unfortunately cannot help. |
That's true. |
I use SmartGit instead of GitKraken, which allows me to pick the If @andy-5 What do you think of this? Let me know if I can help with anything :) |
|
Well, if the current |
Hi,
i'm experimenting with WSL2. I would love to make use of the greatly enhanced performance with moving my projects into the linux containers.
I use the WSL extension in VS Code and can work like normal.
Unfortunately my git tool (Gitkraken) understandably is slow when opening via the network shares.
If wslgit could translate paths like
\\wsl$\Ubuntu\home\nik\dev\booking
into/home/nik/dev/booking
and use the git within the container this would probably speed things up.Has anyone tried this?
I am aware of the possibility to run GitKraken within the container with XForwarding but this is slow too for me.
The text was updated successfully, but these errors were encountered: