Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions src/content/posts/apply-patch-rant.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: 沟槽的。apply_patch 何时修啊!
published: 2026-08-22
description: 这玩意恶心人好久了
tags: [吐槽, 技术]
category: 技术
draft: false
---

# 记不得啥时候开始的了,Windows desktop 的 Codex 的 `apply_patch` 这个工具突然就被 Windows 拒绝了

![Windows 拒绝 apply_patch](/images/posts/apply-patch-access-denied.png)

真的有点恶心,这个是很基础的 tool,agent 每次用都会尝试调用,然后被 Windows 拒绝,报 `Access is denied`,最后气不过只能先用 `git apply` 顶一下。但是即使我改了全局 Prompt 还是由于优先级不够导致它犹豫的回去尝试失败。

[OpenAI Codex issue #31776](https://github.com/openai/codex/issues/31776)

真的希望早点修 🙏

> 我要不还是去尝试一下 WSL 吧?
Loading