报错内容
An unexpected error was encountered while executing a WSL command. Commoncauses include access rights issues, which occur after waking the computer or notbeing connected to your domain/active directory. please try shutting WSL down (wsl --shutdown) and/or rebooting your computer. lfnot sufficient, WSL may need to be reinstalled fully. As a last resort, try touninstall/reinstall Docker Desktop, lf the issue persists please collect diagnostics andsubmit an issue ....//docs.docker.com/desktop/troubleshoot/overview/#diagnose-from-the-terminal).
出现场景
win10/win11升级后, 替你安装或者升级了"Windows Subsystem for Linux Preview"
其他场景汇总:
- 启动wsl使用过代理或加速器等软件
- wsl更新后, wsl --update操作后
出现原因
参考某大佬的猜测:
wsl启动时加载了Proxifier的一个模块, 此前使用过代理会导致此问题出现
解决方案
管理员身份启动cmd/powershell , 运行
netsh winsock reset
重启电脑后启动wsl, 我通过这种方式已经解决了问题