I have a Windows 10 laptop with SSD, 16GB of RAM, and an i7 processor.
I have read this thread and none of the solutions helped. Git/Bash is extremely slow in Windows 7 x64
I have tried using Git in the following scenarios:
- Command Prompt
- Git Bash Shell
- Visual Studio 2015
- Source Tree
All of them are pretty much unusable. For example, before I started typing this question I ran the following command from the Command Prompt:
git flow feature start "Separate_Cash_Incentives"
It has been running for over 10 minutes and has not completed yet.
When I look at my task manager, my CPU is at 10%, my memory is at 40%, and my disk is at 5%.
There are currently 10 "Git for Windows" processes running and all of them say 0% CPU.
How can I fix this problem?
Thanks!
EDIT: It appears that the majority of the slowness happens when creating or merging branches. Just doing a simple commit or push is pretty fast.