Sourcetree is suddenly hanging on our system, and I notice it's only on a specific respository which has had some recent changes to the files.
is there a way to debug what is causing the issue ?
Mac Activity Viewer shows the process has frequent hangs,
If Sourcetree gets stuck on a particular repository after recent file changes, it often indicates that its file status scanning is struggling with a large or cluttered working tree, typically from build outputs or dependencies that should be ignored. I recommend trying these steps in order:
If it still hangs, run git status in Terminal on that repo. That tells you fast whether the slowness is Git itself or the Sourcetree UI on top.
Is it still an issue, or has it since resolved?
Cheers,
Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.