Skip to content
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

Usage from another distro (inter-distro behaviour) #142

Open
ferferga opened this issue May 11, 2024 · 1 comment
Open

Usage from another distro (inter-distro behaviour) #142

ferferga opened this issue May 11, 2024 · 1 comment

Comments

@ferferga
Copy link

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:

image

Would be great if this could be a supported use case.

@andy-5
Copy link
Owner

andy-5 commented May 14, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants