🎀解决 WSL “localhost 代理不支持” 问题,wsl: 检测到 localhost 代理配置,但未镜像到 WSL。NAT 模式下的 WSL 不支持 localhost 代理。
https://blog.csdn.net/weixin_48766046/article/details/150445576
原因是 WSL2 使用 NAT 网络,导致WSL 内部的 127.0.0.1并不等于 Windows 主机的 127.0.0.1。
https://blog.csdn.net/weixin_48766046/article/details/150445576
原因是 WSL2 使用 NAT 网络,导致WSL 内部的 127.0.0.1并不等于 Windows 主机的 127.0.0.1。