Levi (@levi_do)求助:Claude Code CLI无法写文件到本地 中发帖

平台:windows 11 
安装方式:npm安装,npm install -g @anthropic-ai/claude-code
api来源:L站公益
问题:在cmd/powershell/git bash窗口都试过,无法写入文件到本地。让他写一个文本到本地,会回复已完成,但是实际并未写入。
测试1:
Create a file named test_check.txt in the current directory with the content ‘hello world’
● I’ll create the file with the specified content.
hello world
The file test_check.txt has been created in the current directory (D:\00_Technology\0...