Unable to persist auth file: 当文件已存在时,无法创建该文件。 (os error 183)

I was using vscode normally. Then I downloaded the latest version 0.4.15 from the plugin, directly clicked to log in with my account, and was redirected to the login interface of my browser. It wasn’t until I finally clicked “Continue” that this problem occurred. I also tried the earlier versions of the plugin, and they all had this issue
and i try this ,don’t know if this related

认证文件应落在 %USERPROFILE%\.codex\auth.json;CLI/IDE 共用此处配置。(cli和vscode插件在这个问题上同源)
ref:(又不能发图又不能引链接的,sad)
OpenAl Developers Configuring Codex
Codex CLI uses OPENAI_API_KEY instead of logged-in session #2638

解决方案:找到你的.codex文件,重命名.codex.bak,添加一个.codex文件夹,auth.json文件需要在这个文件夹里面生成。(os error 因此是文件操作错误)