Files
Other/ps1/setgit.ps1
T
2026-08-04 17:16:24 +08:00

3 lines
125 B
PowerShell

git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890
exit $LASTEXITCODE