CodeIgniter Forums
Github slow connection - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3)
+--- Thread: Github slow connection (/showthread.php?tid=88766)



Github slow connection - ozornick - 11-02-2023

Are there people who have git cloning repositories for a very long time? It doesn't matter via HTTPS or SSH. The connection speed is about 5-20 KB/s. The search suggests a VPN or proxy, but this option does not suit me. Internet via mobile 4G (> 10 Mbit/s)
I can't download the full CI repository  Sad


RE: Github slow connection - kenjis - 11-02-2023

Code:
$ time git clone [email protected]:codeigniter4/CodeIgniter4.git
Cloning into 'CodeIgniter4'...
remote: Enumerating objects: 299514, done.
remote: Counting objects: 100% (13718/13718), done.
remote: Compressing objects: 100% (2378/2378), done.
remote: Total 299514 (delta 11761), reused 13055 (delta 11304), pack-reused 285796
Receiving objects: 100% (299514/299514), 228.18 MiB | 3.96 MiB/s, done.
Resolving deltas: 100% (248863/248863), done.
Updating files: 100% (3125/3125), done.

real 2m58.734s
user 1m23.507s
sys 0m17.395s

This article might help you.
https://copyprogramming.com/howto/why-is-cloning-from-github-so-slow-2


RE: Github slow connection - ozornick - 11-03-2023

@kenjis thanks. Nothing helps. I tried windows/debian. It looks like a region lock or my operator is cutting access


RE: Github slow connection - Jeebz - 11-05-2023

Might be region locked. I've been using proxy for the downloads and it somewhat works - I'd say 8 times out of 10(same method as one of the listed in article kenjis linked)