-
Notifications
You must be signed in to change notification settings - Fork 22
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
Not working in WSL #13
Comments
Hi, unfortunately I will not be of much help for you as I am not a windows user. However have a look at the default shell setting of your WSL distribution to make sure it's really using bash and if it's a recent version. |
@irondoge Thanks for your response! I'm on bash itself and the version is 5.1.4 |
@irondoge Here's some output from my WSL: user@host:~$ ps -p $$
PID TTY TIME CMD
82 pts/1 00:00:00 bash
user@host:~$ echo $SHELL
/bin/bash
user@host:~$ /bin/bash --version
GNU bash, version 5.1.4(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
user@host:~$ which bash
/usr/bin/bash
user@host:~$ /usr/bin/bash --version
GNU bash, version 5.1.4(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
user@host:~$ bash --version
GNU bash, version 5.1.4(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. |
I think I know what happened. windows use |
I get the following error on WSL:
This used to work fine in Git Bash. I recently came over to WSL2 and I am unable to get it to work.
The text was updated successfully, but these errors were encountered: