如何将Bazaar与HTTP代理一起使用?

Jos*_*hua 12 bazaar http-proxy

如何将Bazaar与HTTP代理一起使用?我在他们的文档中找不到任何内容.

Ric*_*dle 9

http_proxy环境变量设置为指向您的代理,例如.(在Windows上):

set http_proxy=http://webcache.mycompany.com:3128/
Run Code Online (Sandbox Code Playgroud)

请参阅http://bazaar-vcs.org/ConfiguringBzr的"环境变量"部分


sax*_*sax 7

另外不要忘记设置HTTPS_PROXY环境变量.

set https_proxy=http://my.proxy.com:3128/
Run Code Online (Sandbox Code Playgroud)