From 623151d7871675d3101615fc89e3faca2b427e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B5=A9=E5=A4=A7=E4=BA=BA?= Date: Tue, 4 Aug 2026 17:15:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20ps1/cleargit.ps1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ps1/cleargit.ps1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ps1/cleargit.ps1 diff --git a/ps1/cleargit.ps1 b/ps1/cleargit.ps1 new file mode 100644 index 0000000..3840ff5 --- /dev/null +++ b/ps1/cleargit.ps1 @@ -0,0 +1,3 @@ +git config --global --unset http.proxy +git config --global --unset https.proxy +exit $LASTEXITCODE \ No newline at end of file