From a08ffde957975ca1a97809efa528d5fe5b2f7799 Mon Sep 17 00:00:00 2001 From: BlueRose <378100977@qq.com> Date: Sat, 14 Feb 2026 10:38:04 +0800 Subject: [PATCH] vault backup: 2026-02-14 10:38:04 --- 07-Other/AI/AI Agent/OpenClaw.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/07-Other/AI/AI Agent/OpenClaw.md b/07-Other/AI/AI Agent/OpenClaw.md index 286cbc0..34b59ac 100644 --- a/07-Other/AI/AI Agent/OpenClaw.md +++ b/07-Other/AI/AI Agent/OpenClaw.md @@ -47,8 +47,12 @@ 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 + +git config --global http.https://github.com.proxy http://192.168.50.100:20171 +git config --global https.https://github.com.proxy http://192.168.50.100:20171 + +git config --global --unset http.https://github.com.proxy) +git config --global --unset https.https://github.com.proxy) export https_proxy="http://192.168.50.100:20171" export http_proxy="http://192.168.50.100:20171"