Cursor git changes sometimes never completes until restart

Hey, thanks for the report. This is a known issue. We’ve seen similar reports starting in version 2.2.x:

To debug your specific case, could you share:

  1. View > Output, select “Git” from the dropdown, then copy the logs starting from when Cursor launched.
  2. Does the issue happen when launching with extensions disabled? From a terminal: cursor --disable-extensions
  3. Does the same repo open in VS Code on the same machine without any issues?

Also worth checking: is the repo very large, and do you have any network or mounted drives in your user home directory?

Let me know what you find from the checks above.