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"