vault backup: 2026-02-13 13:51:51

This commit is contained in:
2026-02-13 13:51:51 +08:00
parent 3cd196a253
commit ddfbc9a020
2 changed files with 13 additions and 0 deletions

View File

@@ -981,6 +981,18 @@ cd openclaw
```
github还需要添加一下代理。
curl也需要使用代理
curl --socks5 192.168.50.100:20172 https://github.com/
export http_proxy http://192.168.50.100:20171
export https_proxy http://192.168.50.100:20171
export https_proxy="http://192.168.50.100:20171"
export http_proxy="http://192.168.50.100:20171"
取消代理
unset http_proxy https_proxy
## 核心步骤:构建并启动 Docker 镜像(约 530 分钟)
### (可选)加速:使用预构建镜像

View File

@@ -5,6 +5,7 @@
- OpenClaw Agent 真实案例分析 https://km.netease.com/v4/detail/blog/258865
- 教程
- Clawdbot 完整配置指南 - Sylearn的文章 - 知乎 https://zhuanlan.zhihu.com/p/1999437992549447616
- 【别当冤大头1分钟白嫖GLM官方大模型】 https://www.bilibili.com/video/BV1t2c5z3E8Y/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e
# docker 部署