主 题:codex 0.157.1升级后的 启动错误和解决
发 布 者:neutronc
标签分类: 技术
时 间:2026-09-27 11:28:31
内容预览:codex cli 启动时提示:Error: start the Windows daemon from a non-elevated terminal; shared clients must not inherit administrator privilegesTo work without the background server, rerun the same command with --no-daemon (including resume or fork and its arguments).codex自己解释是:0.157.x 引入后台 daemon 后,在 Windows 远程运行环境中的兼容性问题。官方 changelog 显示,0.157.0 开始会自动启动后台 Codex server;daemon 要求由“非管理员、且允许子进程脱离的终端”启动。远程 SSH、IDE 后台终端、CI、服务管理器等环境可能会限制这种进程脱离,即使当前用户看起来不是管理员,也可能触发同类错误最简单的解决办法是: codex --no-daemon
直达链接: https://www.nodeseek.com/post-951138-1
 
 
Back to Top