-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git-flow Extremely slow #2498
Comments
Shell scripts do run slow in Git for Windows. Part of it is that many processes are spawned (for which Windows is not optimized, it is much more optimized for running multi-threaded software), part is that antimalware usually adds insult to injury. You might be able to accelerate |
Unfortunately Bash is already ignored by f-sercure (windows defender is not active). |
Closing stale ticket. |
Setup
$ cmd.exe /c ver
Microsoft Windows [version 10.0.18362.592]
(c) 2019 Microsoft Corporation. Tous droits r▒serv▒s.
defaults?
git flow to run almost immediately, there is no difference between the develop and master branch
it took more than 20 seconds to finish
URL to that repository to help us with testing?
any repo will show the problem
It looks like that the setup takes almost 20 secs and a couple of seconds are actually spent doing the branch merges (starting from git checkout master)
The text was updated successfully, but these errors were encountered: