Re: Speedlimit at "git clone"
From: Baz <hidden>
Date: 2016-06-15 22:47:50
2009/12/6 Daniel Stenberg [off-list ref]:
On Sun, 6 Dec 2009, Jeff King wrote:quoted
quoted
quoted
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html