Remote Devlopment: No Linux Installation Found on Selected Machine
I am trying to get Gateway (with Rider) to work with Lima (local Linux VMs on MacOS a.k.a. "WSL for MacOS"). The VM is definitely running Linux, as Lima uses Ubuntu 20.04 as the default. I get an error indicating that Linux is not installed: "No Linux Installation Found on Selected Machine."
- Install Lima (`homebrew install lima`).
- tart a Lima VM (`limactl start`). Edit the config:
enable `loadDotSSHPubKeys` to use your own key
enable `forwardAgent` - Attempt to connect to the VM from Rider:
User: MacOS username
Host: 127.0.0.1
Port: 60022
Private Key: $HOME/.lima/_config/user
What is Gateway looking for on the remote machine to identify it as Linux?
It's definitely Linux:
Please sign in to leave a comment.
Hello,
WSL is not supported.
Please follow the issue https://youtrack.jetbrains.com/issue/CWM-3653 for updates.
K.R.
Sofia
Sofia is right, and it also can be a wrong architecture. Even if it's a real Linux virtual machine, if it's arm64, we don't support it. So please check this place as well.