Note that there are some explanatory texts on larger screens.

plurals
  1. POGit/Bash is extremely slow in Windows 7 x64
    text
    copied!<p>I've been using Git on both Windows and Ubuntu during the development of a small project, frequently flipping back and forth between the two. The issue I'm having is that Git/Bash consistently become slow. When I say slow, I mean that running <code>cd</code> takes anywhere from 8-25 seconds, running <code>git</code> commands take from 5-20 seconds, and <code>ls</code> can take up to 30 seconds sometimes. Needless to say, this is not fun, not to mention unproductive. I know Git is slower on Windows, but this is ridiculous.</p> <p>The one solution which has worked--temporarily--for me has been to disable my network connection (as suggested in <a href="https://stackoverflow.com/questions/2835775/msysgit-bash-is-horrendously-slow-in-windows-7">this answer</a>), start git, and then reconnect. Sometimes it continues to run quickly for days after doing that, but the performance always degrades eventually. I've trawled through the msysgit discussion group, SO, msysgit issue list, etc. on and off for weeks, but I haven't been able to turn up solutions which work.</p> <p>So far, I've tried:</p> <ul> <li>Adding git &amp; project folders to virus scanner's exclusion list</li> <li>Disabling my virus scanner completely (Kaspersky IS 2011)</li> <li>Ensuring that Outlook is not running (Outlook 2007)</li> <li>Shutting down all other applications</li> <li>Running git as administrator</li> <li>Disabling network connection, starting git, and keeping connection disabled</li> <li>Disabling network connection, starting git, re-enabling connection (works only occasionally)</li> <li>Running git gc</li> <li>And combinations of the above</li> </ul> <p>I did read that a couple people had success disabling bash completion, but ideally I'd like to keep that active. The version of msysgit is 1.7.3.1-preview20101002 &amp; the OS is Windows 7 x64. Running the same things on Linux is, predictably, lightning fast. I would use Linux exclusively, but I need to run stuff in Windows, too (certain apps, testing, etc.).</p> <p>Has anyone encountered a similar issue? If so, what was the underlying problem and what was the solution (if any)?</p> <p>Edit: This extends beyond just the git repositories, but just for reference, the repos I've been using git with have been pretty small: ~4-50 files max.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload