(you don't have to strictly follow this form)
Use case
most developer around the world use windows as a development environment and its sad to see these platform not supported
Describe the solution you'd like
it should work on windows os or either Linux for windows
Describe alternatives you've considered
Linux for windows support on Ubuntu 18 LTS
Additional context
Add any other context or screenshots about the feature request here.
That is not officially supported but we know it should be possible. See:
https://github.com/ClickHouse/ClickHouse/issues/6480
ClickHouse is an open-source project, if you have some experience & goodwill - please
participate, you can become a supporter of ClickHouse on WSL. :)
probably WSL has been fixed in the master two days ago. Try testing release https://github.com/ClickHouse/ClickHouse/releases which will be publish tomorrow or day after tomorrow
Can confirm that after upgrading clickhouse-client from 20.1.3.7 to 20.3.2.1 on wsl ubuntu it began working just fine, thanks!
@Relecto is have tested the latest release. same issue. here is the screenshot

@serak did you setup a password during CH installation? Then you should use this password with clickhouse-client.
Or you can remove the file /etc/clickhouse-server/users.d/default-password.xml
thanks its working now, clickhouse must include this post install configuration step on the quick manual :)

Thanks for confirming!