解决 codex 重新连接的方案

发布于

OTZ:

看帖子 1226853,发现还有 v 友不知道 codex 解决 Reconnecting…1/5 的方案。

创建一个 .env 文件。

~/.codex/.env

文件内容:

```plaintext
HTTP_PROXY="http://127.0.0.1:你的代理端口"
HTTPS_PROXY="http://127.0.0.1:你的代理端口"
NO_PROXY="localhost,127.0.0.1,::1"
```

重启 Codex。

---

原文链接:[点击查看](https://www.v2ex.com/t/1227122)

评论

暂无评论。