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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35427-40508.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35427-40508.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?