wsl会自动更新/etc/hosts,会导致配置的一些源每次开机被清楚。可以关闭自动更新。
sudo vim /etc/wsl.conf
[boot]systemd=true[network]generateHosts = false