-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
Windows subsystem as normal user errors on all commands. #67
Labels
Comments
Update this happens not only with git it happens with everything, i tried |
mjarkk
changed the title
WSL debian as normal user git fetch, pull, push not working.
WSL debian as normal user errors on all commands.
Jan 25, 2019
mjarkk
changed the title
WSL debian as normal user errors on all commands.
Windows subsystem as normal user errors on all commands.
Jan 25, 2019
It would seem as of Windows 10 version 1903, this is no longer an issue. From what I understand build 18305 has fixed it. |
Great, i'll try it out again when i have access to a windows PC. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently i'm trying to solve this issue: jesseduffield/lazygit#360
The short version of this issue is that when we use this package to run Git commands it errors on the Windows linux based subsystem as normal user with this error:
fork/exec /usr/bin/git: invalid arguments
Here is the code we use to do a git pull:
Do you know what the problem is here?
From other Github issues about the windows subsystem I've noticed that this might be related to the windows subsystem kernel.
Although there is one wired thing.. If the binary gets ran as root it works completely fine.
Do you have any idea why this happens or what might cause this.
Here are some other details:
bash -c "git pull"
also gives the same error (sh does the same thing)The text was updated successfully, but these errors were encountered: