On Sun, Apr 08 2018, jiangwei zhao wrote: > hello! > i am a chinese. > i have some question for you ,i want to know how 'git clone'work, > it likes downloader? or other things. i think it'sdown speed is > heigher,so i email to you . > thanks ,and my english is so poor.:P You will not get the same speed from "git clone" as "wget" of a static file, since the server may need to do a lot more work to serve you, so it will be slower than downloading a static file.