6

Anyone else having troubles with the Git Bash shell on Windows 10? It's running extremely slow on my machine, which otherwise performs well. The Git Bash shell was installed with Git for Windows and has not been modified.

JTW
  • 3,546
  • 8
  • 35
  • 49

1 Answers1

0

Did you try an alternative terminal emulator?

Like cmder: http://cmder.net

Or an alternative Shell?

Babun: http://babun.github.io/faq.html

  • both have git preinstalled and preconfigured. Additionally Unix tools.
nmanh
  • 325
  • 2
  • 14
  • After fighting with the performance issue for a while, I started using bash for Windows (Windows subsystem for Linux) which performs nicely. I would like to resolve the performance issues in the Git for Windows shell though, as it's the default shell for many other tools, i.e., SourceTree. – JTW Jun 29 '17 at 11:50