What is my bottleneck when cloning a git repository from a virtual machine with a fast network connection? September 7, 2023 by Tarik Use the depth to create a shallow clone. git clone --depth 1 <repository>