Configure git to use proxy
How to check the proxy of your workshop
- Windows Settings
- Network & Internet
- Proxy
- Check Address and Port
If that is using a script
- Access address of script
- Analysis script file
- Check your proxy address
Configure git
git config --global http.proxy <your proxy address>
git config --global https.proxy <your proxy address>