3 lines
125 B
PowerShell
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 |