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