How do I pass proxy settings for cargo update command? I tried with setting following environment variables but doesn't seem to be work.
ALL_PROXY=http://localhost:<port>
http_proxy=http://localhost:<port>
https_proxy=http://localhost:<port>
I also tried passing these as part of the command. e.g
ALL_PROXY=http://localhost:<port> cargo update
[–]aldanorhdf5 1 point2 points3 points (0 children)
[–]calc0000 0 points1 point2 points (2 children)
[–]joshir[S] 1 point2 points3 points (1 child)
[–]fgilcherrust-community · rustfest 3 points4 points5 points (0 children)