I was on a break for some time pre-0.12.0 to 0.13.0, I then stated to revisit and work on my projects from before the break. The project is freigthdb. It was strted pre-0.11. When I run zig build or zig fetch I get this error:
You environment must contain one of: http_proxy, HTTP_PROXY, https_proxy, HTTPS_PROXY, all_proxy, ALL_PROXY and its value is missing the host name or address.
But there must be another one of these: http_proxy, HTTP_PROXY, https_proxy, HTTPS_PROXY, all_proxy, ALL_PROXY
with a different value, that creates the problem.
Zig looks at all of these. If it cannot parse one of these, it gives the message that you had.
Unrelated, but as configured, your proxy server accepts both http and https traffic on port 3128. Is this correct? If your proxy server accepts only http, the correct configuration for networking.proxy.httpsProxy is http://127.0.0.1:3128/.