1 2 3 4 5 6 7 8 9 10 11 12 13 14
```shell wsl cargo clean cargo check export HOST_IP=$(ip route show default | awk '{print $3}') export HTTPS_PROXY=http://$HOST_IP:7890 export HTTP_PROXY=http://$HOST_IP:7890 python3 build.py python3 build.py --clean ```