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.: ```sh export https_proxy=http://127.0.0.1:7890 ```