乐于分享
好东西不私藏

WSL2搭建openclaw(踩坑)

WSL2搭建openclaw(踩坑)

按照官方进行Linux安装即可
curl -fsSL https://openclaw.ai/install.sh | bash
但是有个问题,就是无法直接访问需要在实体Windows设置转发
ssh -N -L 18789:127.0.0.1:18789 user@host