vault backup: 2026-02-14 10:38:04
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user