Claude Code で `HTTP 502` が出るときに見ておくこと
まず、この `HTTP 502` が自分のケースかどうかは、出方でだいたい分かれます。今回集まっている報告では、`claude code` の実行時に `API Error: 502 Bad Gateway` と返るケースと、remote/cloud sandbox で GitHub へのアクセス自体が `502 Bad Gateway` に落ちるケースの 2 つがありました。前者は [#69785](https://github.com/anthropics/claude-code/issues/69785)、後者は [#73273](https://github.com/anthropics/claude-code/issues/73273) です。 もう一方の [#73273](https://github.com/anthropics/claude-code/issues/73273) は、`isolation: "remote"` の background agent で GitHub につながらない話です。ここでは、許可済みの private repo の `git clo
papoo.work