Slow git clone and fetch

Posted by EtienneT on Server Fault See other posts from Server Fault or by EtienneT
Published on 2010-03-30T21:02:07Z Indexed on 2010/03/30 21:13 UTC
Read the original article Hit count: 589

Filed under:
|
|

I setuped gitosis on a linux server following this tutorial:

http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way

We are using git on our windows machines with TortoiseGit and msysgit.

Pushing changes to the server is pretty fast, but when we want to clone or fetch changes from the remote server, it begins really fast (800k/s) and then drop pretty fast to around 3 to 30k/s and it can take forever to update. git-pull for small update is fast, but as soon as we have to download something of more than a few MB, it is slow.

We are switching from SVN to git and this is holding us back from using git full time.

Thanks!

© Server Fault or respective owner

Related posts about git

Related posts about gitosis