Change Git proxy

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>