添加 ps1/setgit.ps1

This commit is contained in:
Hao
2026-08-04 17:16:24 +08:00
parent 2427e3edde
commit 52343f040a
+3
View File
@@ -0,0 +1,3 @@
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890
exit $LASTEXITCODE