Startup and commands is very very slow in windows 8.1 embedded.
When I start git bash, it is turn on 1~2minutes.
I input a command like 'ls', it delay 1~2 minutes.
And ten shell prompt is delayed 1~2minutes,too.
Changing Environment path doesn't work.
I found the setting responsible for this problem in the Behaviour Blocker of the HIPS module of Comodo Internet Security:
If this didn't work for you, try adding the "git.exe" and "sh.exe" to this list and the anti-virus exclusions.
The question seems inactive and answered but I've found some other issue with git bash starting slow, so sharing just in case it's useful for anyone.
In my case the delay of a few seconds was caused by the git-prompt.sh
script which was started through bash.bashrc
by default. I commented out the last line in the default %GIT_HOME%\etc\bash.bashrc
:
shopt -q login_shell || . /etc/profile.d/git-prompt.sh
The benefit: bash starts in less than a second.
The downside: the prompt does not show which branch I'm in.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With