Git operations slow compared to WSL2 on same machine #5227
Replies: 1 comment 1 reply
-
The problem is Git's over-reliance on multi-process operations. Basically, whenever you call It gets even worse when you do that in Git Bash, as the You can see all of those processes being spawned if you call So yeah, it's quite slow, and it's a shame. |
Beta Was this translation helpful? Give feedback.
-
If I clone a repo in the provided bash shell in Windows 11:
If I clone the same repo in WSL2 (Ubuntu) on the same machine:
Why is the git performance so much slower in the git-for-windows environment?
Beta Was this translation helpful? Give feedback.
All reactions