vault backup: 2026-02-13 13:51:51
This commit is contained in:
@@ -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 镜像(约 5–30 分钟)
|
||||
### (可选)加速:使用预构建镜像
|
||||
|
||||
Reference in New Issue
Block a user