codex - 💡(How to fix) Fix Windows Codex App 26.519.11010.0 flashes git.exe console windows during tasks

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fix / Workaround

I considered a local workaround using a Git wrapper, but this should ideally be fixed in the app by launching Git with the appropriate Windows no-console/no-window flags rather than requiring users to replace or wrap Git.

Code Example

Name: OpenAI.Codex
Version: 26.519.11010.0
PackageFullName: OpenAI.Codex_26.519.11010.0_x64__2p2nqsd0c76g0

---

git version 2.54.0.windows.1

---

D:\Software\Git\cmd\git.exe
D:\Software\Git\bin\git.exe
RAW_BUFFERClick to expand / collapse

What version of the Codex App are you using?

OpenAI.Codex_26.519.11010.0_x64__2p2nqsd0c76g0

The app package reported locally:

Name: OpenAI.Codex
Version: 26.519.11010.0
PackageFullName: OpenAI.Codex_26.519.11010.0_x64__2p2nqsd0c76g0

What subscription do you have?

ChatGPT / Codex desktop app user. Please let me know if you need a more specific subscription value.

What operating system are you using?

Windows 11 x64.

What Git version are you using?

git version 2.54.0.windows.1

git resolves to:

D:\Software\Git\cmd\git.exe
D:\Software\Git\bin\git.exe

What issue are you seeing?

During normal Codex App task execution on Windows, a git.exe command-line window repeatedly flashes/pops up. The window appears almost instantly and disappears too quickly to read the full command; only git.exe is visible.

This started recently. Rebooting Windows multiple times and restarting Codex does not resolve it.

Based on local inspection, git.exe is the normal Git for Windows console executable. The visible popup looks consistent with Codex launching Git from the desktop GUI context without hiding the console window.

Why this seems app-side

  • The behavior happens while using Codex App tasks, not from a user-initiated terminal command.
  • Restarting Windows and reopening Codex does not fix it.
  • Git itself works normally from PowerShell.
  • The symptoms resemble earlier Windows app reports where Codex repeatedly spawned Git and conhost processes.

Related prior issues that look similar:

  • #17229: Codex Windows App repeatedly spawning git.exe status --porcelain=v1 -z and conhost.exe
  • #20933: Windows desktop app triggering multiple git.exe add -A / rev-parse processes when opening a project/chat
  • #20867: Windows desktop app update causing unresponsiveness and repeated Git metadata work

Expected behavior

Codex should be able to run Git status/snapshot commands on Windows without showing transient git.exe / console windows to the user. If Git is launched from the desktop app, it should use a hidden/no-window process creation mode.

Actual behavior

A git.exe console window repeatedly flashes during Codex task execution.

Additional notes

I considered a local workaround using a Git wrapper, but this should ideally be fixed in the app by launching Git with the appropriate Windows no-console/no-window flags rather than requiring users to replace or wrap Git.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

Codex should be able to run Git status/snapshot commands on Windows without showing transient git.exe / console windows to the user. If Git is launched from the desktop app, it should use a hidden/no-window process creation mode.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING