很多修改

This commit is contained in:
zeaslity
2024-12-08 12:07:11 +08:00
parent e1149ecfd0
commit 433885c886
19 changed files with 11508 additions and 18 deletions

View File

@@ -0,0 +1,12 @@
git config --global --get http.proxy
git config --global --get https.proxy
git config --global http.proxy http://localhost:7897
git config --global https.proxy http://localhost:7897
git config --global --unset http.proxy
git config --global --unset https.proxy