Open
Description
cargo depends on a working git (in most cases).
git only works if the proxies are set up correctly.
Would people like / object to a cargo setting that says read git's proxy settings and use them?
Why: In a corporate env with various different proxy setups you would have a .cargo/config that would be portable between them.
At the moment it all feels not as simple as it could be to get everything up and running...
For users they typically have to set up HTTP_PROXY, .cargo/config's proxy settings and git's proxy settings before they're up and running. It would be great if we could tell cargo to just piggy back off git's proxy settings (which it depends on anyway).
Keen to hear people's thoughts.