this because problem with network wsl to host. Solution is here. Run command
sudo ifconfig eth0 mtu 1350
, or it could be sudo ifconfig eth0 mtu xxxx
.
Solution to make it permanent. add it to /etc/wsl.conf
. detail here
[boot]
command = sudo ifconfig eth0 mtu 1350