![]() |
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 ![]() RE: Github slow connection - kenjis - 11-02-2023 Code: $ time git clone [email protected]:codeigniter4/CodeIgniter4.git 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) |