Claude Code proxy env var: https_proxy vs HTTPS_PROXY
I was installing Claude Code with a proxy. I set the upper-case HTTPS_PROXY but it didn't work; the lower-case one worked.
Also, it has to start with http://, e.g.:
export https_proxy=http://127.0.0.1:7890