From 52343f040a2d0f6e62fb19304c942ff8b26a907a 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:16:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20ps1/setgit.ps1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ps1/setgit.ps1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ps1/setgit.ps1 diff --git a/ps1/setgit.ps1 b/ps1/setgit.ps1 new file mode 100644 index 0000000..d520b47 --- /dev/null +++ b/ps1/setgit.ps1 @@ -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 \ No newline at end of file