Post-receive slowness

0
I was speeding right along with migrating to Git with GitStack.  But, I’ve been trying some post-receive hooks, and they cause a push to hang for 30 seconds+.  Even with just a single echo command in the post-receive file. Is this just a limitation of Git on Windows, or can something be done to speed it up?  With no post-receive, speed seems find.  I’m using http to push and pull.
Tags: asked September 24, 2012

2 Answers

1
accepted
There is a way to speed it up : issue #120.
0
Running GitStack as administrator did speed it up.

Your Answer

Please login to post questions.