Ref T10227. When we perform git http operations (fetch, mirror) check if we should use a proxy; if we should, set http_proxy or https_proxy in the environment to make git have curl use it.
Details
Details
- Configured a proxy extension to run stuff through a local instance of Charles.
- Ran repository pull and repository mirror.
- Saw git HTTP requests route through the proxy.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable