How to Configure Proxy in Web Browser?
Windows
Linux
Mac OS
How to configure proxy in mobile operating system?
How to configure proxy in programming tool?
Windows
Linux
How to configure proxy in programming IDE?
How to configure proxy in Software Revision Control?
How to configure proxy in Web Test Tool?
How to configure VPN connection?
How to configure proxy in Mercurial?
-
Edit your configuration files hrgc in the .hg folder
-
Add this section:
[http_proxy]
host = foo.bar:8000
passwd = password
user = username
-
Replace the host,password and username with the proxy server that you want to connect to.