How do I use Bazaar with a HTTP proxy? I can't find anything in their documentation.
Set the http_proxy
environment variable to point to your proxy, eg. (on Windows):
set http_proxy=http://webcache.mycompany.com:3128/
See the "Environment variables" section of http://bazaar-vcs.org/ConfiguringBzr
Also do not forget to set HTTPS_PROXY
environment variable.
set https_proxy=http://my.proxy.com:3128/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With