I want to clone different big GIT repos (like Linux kernel or Android sources) but as they are huge (I know I can limit the size with --depth
, but it's not the idea here) I will totally use the home bandwith (450kbps) for days.
I tried the tool trickle
and even if it works well on a wget
example, it does not work for git clone
.
How do you limit the bandiwth of a git clone command ?
Thanks !