Does CLion Toolchain support WSL2?

已回答

I have installed an Ubuntu 18.04 WSL2 on my insider preview Windows 10 device, and I have followed the instruction to use WSL as a toolchain configure, as CLion could recognize the WSL, It couldn't connect to ssh , which I could access on terminal of WSL itself. I had tried change StrictHostKeyChecking value to no in /etc/ssh/ssh_config, but it doesn't work. I also tried the method trouble shooting told me to link the C:/Users/username to C:/MyHome but it also doesn't work (actually, the directory didn't contain any non-ASCII character at the beginning)......

1
Avatar
Permanently deleted user

Thank you for your response, I hope I will see the update soon. For now I will install MinGW instead.

0
Avatar
Permanently deleted user

Please note WSL2 is already available in latest CLion EAP.  https://blog.jetbrains.com/clion/2019/10/clion-2019-3-eap-wsl2-lldb9/

Please don't forget to properly update your sshd_config, in particular `ListenAddress` line.

0

请先登录再写评论。