跳到导航

3.59.4

(fix): 修复在 GitHub 输出模式下删除 deleteGitIgnoredFiles 中的临时 .git 目录时出现 ENOTEMPTY 错误的问题。fs.rm 调用现在使用 maxRetries: 3 来处理与 git 后台进程(例如 auto-gc)的竞态条件,这些进程可能仍持有对 .git/objects/pack 的引用。 同时在临时 git init 期间禁用 git auto-gc 以减少竞态条件的可能性。