Git clone is very slow under Ubuntu18.04. How do you solve it?

git clone is very slow under Ubuntu18.04. How do you solve it?

Aug.23,2021

either the network speed is slow, or the project is relatively large. Try to download only the last submission:

git clone --depth 1 ...

I am a hanging agent

Menu