claude-code - 💡(How to fix) Fix [BUG] Windows 11: Git bash window pops up and steals typing focus during background operations [1 comments, 2 participants]

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…
GitHub stats
anthropics/claude-code#58638Fetched 2026-05-14 03:43:04
View on GitHub
Comments
1
Participants
2
Timeline
8
Reactions
0
Timeline (top)
labeled ×4cross-referenced ×2commented ×1subscribed ×1

Error Message

Error Messages/Logs

Root Cause

Root Cause (suspected) child_process.spawn calls bash.exe without windowsHide: true option

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

During Claude Code operation on Windows 11, a Git bash window (C:\Program Files\Git\cmd) repeatedly pops up and steals keyboard focus, making it impossible to type.

Environment

  • OS: Windows 11
  • Claude Code: v2.1.140
  • Git: 2.54.0

Steps to Reproduce

  1. Run Claude Code on Windows 11
  2. Wait for any background git operation (auto-commit, git status check, etc.)
  3. Git bash window appears and steals focus from active window

Root Cause (suspected) child_process.spawn calls bash.exe without windowsHide: true option

Attempted Fixes (all failed)

  • Changed VS Code default terminal profile to PowerShell
  • Changed Windows Terminal default profile to PowerShell
  • Reinstalled Git
  • Set SHELL environment variable to PowerShell
  • Ran claude directly from PowerShell

What Should Happen?

During Claude Code operation on Windows 11, a Git bash window (C:\Program Files\Git\cmd) repeatedly pops up and steals keyboard focus, making it impossible to type.

Environment

  • OS: Windows 11
  • Claude Code: v2.1.140
  • Git: 2.54.0

Steps to Reproduce

  1. Run Claude Code on Windows 11
  2. Wait for any background git operation (auto-commit, git status check, etc.)
  3. Git bash window appears and steals focus from active window

Root Cause (suspected) child_process.spawn calls bash.exe without windowsHide: true option

Attempted Fixes (all failed)

  • Changed VS Code default terminal profile to PowerShell
  • Changed Windows Terminal default profile to PowerShell
  • Reinstalled Git
  • Set SHELL environment variable to PowerShell
  • Ran claude directly from PowerShell

Error Messages/Logs

Steps to Reproduce

  1. Run Claude Code on Windows 11
  2. Wait for any background git operation (auto-commit, git status check)
  3. Git bash window (C:\Program Files\Git\cmd) appears and steals keyboard focus

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

2.1.140

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

No response

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…

Still need to ship something?

×6

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

Back to top recommendations

TRENDING