[转载]CodeX手机版一直显示等待桌面端
·
1. ChatGPT打开 多因素身份验证 (MFA)
2. 设置环境变量走代理
C:\Users\{自己电脑的用户}\.codex新建.env文件,填入以下内容,10808端口改成实际代理的
HTTP_PROXY=http://127.0.0.1:10808
HTTPS_PROXY=http://127.0.0.1:10808
ALL_PROXY=http://127.0.0.1:10808
WS_PROXY=http://127.0.0.1:10808
WSS_PROXY=http://127.0.0.1:10808
http_proxy=http://127.0.0.1:10808
https_proxy=http://127.0.0.1:10808
all_proxy=http://127.0.0.1:10808
ws_proxy=http://127.0.0.1:10808
wss_proxy=http://127.0.0.1:10808
NO_PROXY=localhost,127.0.0.1,::1
no_proxy=localhost,127.0.0.1,::1
更多推荐




所有评论(0)