Last active
September 22, 2016 08:01
-
-
Save hakatashi/dbcb338e92cae59009805935fe780e72 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ time git clone https://github.com/aozorabunko/aozorabunko.git | |
| Cloning into 'aozorabunko'... | |
| remote: Counting objects: 280746, done. | |
| remote: Compressing objects: 100% (335/335), done. | |
| remote: Total 280746 (delta 277), reused 0 (delta 0), pack-reused 280411 | |
| Receiving objects: 100% (280746/280746), 7.57 GiB | 12.79 MiB/s, done. | |
| Resolving deltas: 100% (221659/221659), done. | |
| Checking connectivity... done. | |
| Checking out files: 100% (58295/58295), done. | |
| real 12m21.182s | |
| user 2m49.712s | |
| sys 1m5.284s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ wget https://github.com/aozorabunko/aozorabunko/archive/master.tar.gz | |
| --2016-09-22 07:44:43-- https://github.com/aozorabunko/aozorabunko/archive/master.tar.gz | |
| Resolving github.com (github.com)... 192.30.253.112 | |
| Connecting to github.com (github.com)|192.30.253.112|:443... connected. | |
| HTTP request sent, awaiting response... 302 Found | |
| Location: https://codeload.github.com/aozorabunko/aozorabunko/tar.gz/master [following] | |
| --2016-09-22 07:44:44-- https://codeload.github.com/aozorabunko/aozorabunko/tar.gz/master | |
| Resolving codeload.github.com (codeload.github.com)... 192.30.253.120 | |
| Connecting to codeload.github.com (codeload.github.com)|192.30.253.120|:443... connected. | |
| HTTP request sent, awaiting response... 200 OK | |
| Length: unspecified [application/x-gzip] | |
| Saving to: ‘master.tar.gz’ | |
| master.tar.gz [ <=> ] 1.48G 15.6MB/s in 2m 34s | |
| 2016-09-22 07:47:19 (9.85 MB/s) - ‘master.tar.gz’ saved [1589682257] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment