Constantly stuck in "Planning Next Moves" or "Generating..."

The Cursor agent is blocked bygit.exe.
git opens files: Mcp FileSystem Writer.log Cursor Agent Exec.log that Cursor also uses
Solution: Kill the git process.

  • Windows CMD:
    tasklist /FI "IMAGENAME eq git.exe"

  • PowerShell:
    pskill -Name git