Open gvieiram opened 1 year ago
Same thing here :(
same for me !
Me too. In addition to this error, they launched the tool without the autocomplete working, which is precisely the functionality that everyone was most waiting for.
Me too :(
same here!
+1
me too 😞
me too 😢
I initially had the same issue too. What fixed the issue for me was to set the init system to systemd
by doing the following:
wsl --update
/etc/wsl.conf
and added the following to it:[boot]
systemd=true
wsl.exe --shutdown
Prior to that I had tried to uninstall and re-install WSL, made sure it was set to WSL2 by entering in Powershell wsl --set-default-version 2
, and then re-installed Ubuntu but that didn't work. I also had to do a kernel update from Microsoft during this time that can be obtained here: https://docs.microsoft.com/en-us/windows/wsl/wsl2-kernel
Checks
fig doctor
in the affected terminal sessionfig restart
and replicated the issue againOperating system
Linux 5.15.79.1-microsoft-standard-WSL2 - "Ubuntu"
Expected behaviour
I was expecting to see the autocomplete.
Actual behaviour
I can run
fig login
normally but autocomplete doesn't workSteps to reproduce
bash <(curl -fSsL https://fig.io/headless.sh) && exec $SHELL
in WSL2 distro UbuntuEnvironment