What is the fastest way to clone a git repository over a fast network connection?
问题 I have a situation with a relatively large git repository located on an elderly, slow host on my local network where it takes quite a while to do the initial clone. ravn@bamboo:~/git$ git clone gitosis@gitbox:git00 Initialized empty Git repository in /home/ravn/git/git00/.git/ remote: Counting objects: 89973, done. remote: Compressing objects: 100% (26745/26745), done. remote: Total 89973 (delta 50970), reused 85013 (delta 47798) Receiving objects: 100% (89973/89973), 349.86 MiB | 2.25 MiB/s,