From ddfbc9a0202283860640873272309d5b19458ca4 Mon Sep 17 00:00:00 2001 From: BlueRose <378100977@qq.com> Date: Fri, 13 Feb 2026 13:51:51 +0800 Subject: [PATCH] vault backup: 2026-02-13 13:51:51 --- .../流程管理与部署/VPS服务部署/NAS与服务部署.md | 12 ++++++++++++ 07-Other/AI/AI Agent/OpenClaw.md | 1 + 2 files changed, 13 insertions(+) diff --git a/03-UnrealEngine/流程管理与部署/VPS服务部署/NAS与服务部署.md b/03-UnrealEngine/流程管理与部署/VPS服务部署/NAS与服务部署.md index 07bd7bf..3b1deb7 100644 --- a/03-UnrealEngine/流程管理与部署/VPS服务部署/NAS与服务部署.md +++ b/03-UnrealEngine/流程管理与部署/VPS服务部署/NAS与服务部署.md @@ -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 分钟) ### (可选)加速:使用预构建镜像 diff --git a/07-Other/AI/AI Agent/OpenClaw.md b/07-Other/AI/AI Agent/OpenClaw.md index f575837..1a3296d 100644 --- a/07-Other/AI/AI Agent/OpenClaw.md +++ b/07-Other/AI/AI Agent/OpenClaw.md @@ -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 部署