What is my bottleneck when cloning a git repository from a virtual machine with a fast network connection?

后端 未结 6 1498
长情又很酷
长情又很酷 2021-02-03 21:59

I have a situation with a relatively large git repository located in a virtual machine on an elderly, slow host on my local network where it takes quite a while to do the initia

6条回答
  •  广开言路
    2021-02-03 22:29

    From the log it seems you already finished the clone, if your problem is that you need to do this process multiple times on different machines, you can just copy the repository directory from one machine to the other. This way will preserve the relationship (remotes) between each copy and the repository you cloned from.

提交回复
热议问题