Solving Slow Git Repos

I was in the process of cloning the code for this website from github on a new laptop when I noticed something. git clone git@github.com:NickHerrig/nickherrig.com.git The repo was taking a noticable amount of time to clone. I timed how long it took and found that it was about 8.5 seconds! Cloning into 'nickherrig.com'... remote: Enumerating objects: 583, done. remote: Counting objects: 100% (76/76), done. remote: Compressing objects: 100% (50/50), done. remote: Total 583 (delta 23), reused 72 (delta 22), pack-reused 507 Receiving objects: 100% (583/583), 78....

February 11, 2024 · Me