How to change your Git proxy. Follow the instructions below.
Change git proxy settings
Check current settings:
git config --list --global
Change to new proxy:
git config --global http.proxy http://<URL to your proxy>:<port of your proxy>
information repository
How to change your Git proxy. Follow the instructions below.
Check current settings:
git config --list --global
Change to new proxy:
git config --global http.proxy http://<URL to your proxy>:<port of your proxy>