![]() |
|
Unable to clone libi0 - Printable Version +- Technology and Beyond (TaB) (http://tab.d-thinker.org) +-- Forum: Data Thinker (/forumdisplay.php?fid=896) +--- Forum: Resources (/forumdisplay.php?fid=211) +---- Forum: Completed work (/forumdisplay.php?fid=275) +---- Thread: Unable to clone libi0 (/showthread.php?tid=4157) |
Unable to clone libi0 - lingu - 08-30-2015 05:56 PM I have difficulty cloning libi0 as shown below. ----- Sun Aug 30 17:29:07 CST 2015 lingu@worker3e5:/home/lingu/forest> cod clone libi0 The Ground is the directory where all the code trees reside. The code tree will be cloned in the current Ground: /home/lingu/forest Cloning into 'libi0'... error: Failed connect to github.com:443; Connection timed out while accessing https://github.com/layerzero/libi0/info/refs fatal: HTTP request failed ------- RE: Unable to clone libi0 - zma - 08-30-2015 10:33 PM Seems a network problem: In NB: [zma@tb9-1 ~]$ git clone https://github.com/layerzero/libi0/ Cloning into 'libi0'... fatal: unable to access 'https://github.com/layerzero/libi0/': Failed connect to github.com:443; Connection timed out In SZ: [zma@gitliter ~]$ git clone https://github.com/layerzero/libi0/ Cloning into libi0... remote: Counting objects: 687, done. remote: Total 687 (delta 0), reused 0 (delta 0), pack-reused 687 Receiving objects: 100% (687/687), 5.18 MiB | 155 KiB/s, done. Resolving deltas: 100% (471/471), done. In HK: [zma@tb6-1 ~]$ git clone https://github.com/layerzero/libi0/ Cloning into 'libi0'... remote: Counting objects: 687, done. remote: Total 687 (delta 0), reused 0 (delta 0), pack-reused 687 Receiving objects: 100% (687/687), 5.18 MiB | 59.00 KiB/s, done. Resolving deltas: 100% (471/471), done. Checking connectivity... done. Perhaps it's time to move libi0 away from github as many users of D-thinker will be likely in mainland China. RE: Unable to clone libi0 - lingu - 08-30-2015 11:33 PM (08-30-2015 10:33 PM)zma Wrote: Perhaps it's time to move libi0 away from github as many users of D-thinker will be likely in mainland China. Let's wait a few days and see if things get better. If not we need to move it soon. RE: Unable to clone libi0 - amoners - 09-08-2015 03:47 PM I tested to clone libi0 in NB, it takes around 2mins. Is this speed good for you? Code: [amoners@berners-lee code]$ time cod clone libi0RE: Unable to clone libi0 - zma - 09-08-2015 03:59 PM (09-08-2015 03:47 PM)amoners Wrote: I tested to clone libi0 in NB, it takes around 2mins. Is this speed good for you? Seems it is okay know to download libi0 in NB. It is fine if it is a little bit slow. During deploying, the full history is not downloaded. RE: Unable to clone libi0 - lingu - 09-09-2015 09:56 PM (09-08-2015 03:59 PM)zma Wrote:(09-08-2015 03:47 PM)amoners Wrote: I tested to clone libi0 in NB, it takes around 2mins. Is this speed good for you? It's a bit slow. I think most of the stuff in libi0 can naturally go to tc2/library since we already have such a dir anyway. |