This commit is contained in:
liangjian
2026-01-27 16:32:15 +08:00
commit 836c61ac55
303 changed files with 34442 additions and 0 deletions

6
git.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -e
git config --global http.proxy http://127.0.0.1:4780;
git config --global https.proxy https://127.0.0.1:4780;
exec /bin/bash