We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I installed newest wslgit release and add it to PATH.
wsl1: Ubuntu 18.04LTS git version in wsl1 : git version 2.17.1
wslgit /bin/bash: - : invalid option
The text was updated successfully, but these errors were encountered:
Did you make any changes to .bashrc or similar startup scripts? Or do you use a different shell like zsh or fish in WSL?
.bashrc
zsh
fish
As a quick test to debug this, you could try to run something like the following
wsl -e bash -c "git version"
and see if that works. This command is basically what wslgit runs internally.
wslgit
Sorry, something went wrong.
No branches or pull requests
I installed newest wslgit release and add it to PATH.
wsl1: Ubuntu 18.04LTS
git version in wsl1 : git version 2.17.1
The text was updated successfully, but these errors were encountered: