3 lines
97 B
PowerShell
3 lines
97 B
PowerShell
git config --global --unset http.proxy
|
|
git config --global --unset https.proxy
|
|
exit $LASTEXITCODE |