Msysgit bash is horrendously slow in Windows 7
        Posted  
        
            by 
                Kevin L.
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kevin L.
        
        
        
        Published on 2010-05-14T16:21:37Z
        Indexed on 
            2012/12/19
            5:03 UTC
        
        
        Read the original article
        Hit count: 262
        
I love git and use it on OS X pretty much constantly at home. At work, we use svn on Windows, but want to migrate to git as soon as the tools have fully matured (not just TortoiseGit, but also something akin the really nice Visual Studio integration provided by VisualSVN). But I digress...
I recently installed msysgit on my Windows 7 machine, and when using the included version of bash, it is horrendously slow.  And not just the git operations; clear takes about five seconds.  AAAAH!
Has anyone experienced a similar issue?
Edit:  It appears that msysgit is not playing nicely with UAC and might just be a tiny design oversight resulting from developing on XP or running Vista or 7 with UAC disabled; starting Git Bash using Run as administrator results in the lightning speed I see with OS X (or on 7 after starting Git Bash w/o a network connection - see @Gauthier answer).
Edit 2: AH HA! See my answer.
© Stack Overflow or respective owner