2009/12/6 Daniel Stenberg <daniel@xxxxxxx>: > On Sun, 6 Dec 2009, Jeff King wrote: > >>>> how can i limit the download speed at "git clone"? >>>> >>> no one any idea? >> >> Git has no internal support for doing this. > > libcurl provides such a feature so if the clone is done over HTTP it would > be easy to offer, but I figure it would also be weird to only provide it > over a single particular transfer method... There is always 'trickle'. http://monkey.org/~marius/pages/?page=trickle I think this is the preload-based tool Peff was thinking of. I've not used it with git, but I have used it successfully limiting bandwidth for other downloads. -Baz > > -- > > / daniel.haxx.se > -- > To unsubscribe from this list: send the line "unsubscribe git" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html