vault backup: 2026-02-14 10:38:04

This commit is contained in:
2026-02-14 10:38:04 +08:00
parent 334c1672fa
commit a08ffde957

View File

@@ -47,8 +47,12 @@ curl也需要使用代理
curl --socks5 192.168.50.100:20172 https://github.com/ 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 https_proxy="http://192.168.50.100:20171"
export http_proxy="http://192.168.50.100:20171" export http_proxy="http://192.168.50.100:20171"