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 分钟)
### (可选)加速:使用预构建镜像