File "/home/xzpwsl2/.local/lib/python3.10/site-packages/setuptools/dist.py", line 1233, in run_command super().run_command(command) File "/home/xzpwsl2/.local/lib/python3.10/site-packages/setuptools/_distutils/
Version Microsoft Windows [version 10.0.19044.1415] WSL Version WSL 2 WSL 1 Kernel Version 5.10.60.1 Distro Version Any Other Software No response Repro Steps Start with Microsoft Windows [version 10.0.19043.1415] All are fine you can in...
# 锁定DNS解析(第一个异常会请求第二个,为了防止docker容器还没启动。比如warp就会出问题) if [[ "$IsGlobal" == "1" ]];then echo_info "8.8.8.8 设置中。。。" cat >/etc/resolv.conf <<'EOF' nameserver 127.0.0.1 nameserver 8.8.8.8 EOF else echo_info "223.5.5.5 设置中。。。