Created
June 11, 2015 13:55
-
-
Save saimonmoore/247050db9a1e2a187dba to your computer and use it in GitHub Desktop.
This file contains 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
rbexcsm:tmp saimon$ git clone https://github.com/github/hub /tmp/hub-http | |
Cloning into '/tmp/hub-http'... | |
fatal: unable to access 'https://github.com/github/hub/': Failed to connect to github.com port 443: Operation timed out | |
rbexcsm:tmp saimon$ git clone [email protected]:github/hub /tmp/hub-ssh | |
Cloning into '/tmp/hub-ssh'... | |
Warning: untrusted X11 forwarding setup failed: xauth key data not generated | |
X11 forwarding request failed on channel 0 | |
remote: Counting objects: 10933, done. | |
remote: Compressing objects: 100% (20/20), done. | |
remote: Total 10933 (delta 2), reused 0 (delta 0), pack-reused 10912 | |
Receiving objects: 100% (10933/10933), 3.34 MiB | 334.00 KiB/s, done. | |
Resolving deltas: 100% (6491/6491), done. | |
Checking connectivity... done. | |
rbexcsm:tmp saimon$ ping -c 10 github.com | |
PING github.com (192.30.252.131): 56 data bytes | |
64 bytes from 192.30.252.131: icmp_seq=0 ttl=49 time=134.181 ms | |
64 bytes from 192.30.252.131: icmp_seq=1 ttl=51 time=189.999 ms | |
64 bytes from 192.30.252.131: icmp_seq=2 ttl=49 time=232.935 ms | |
^C | |
--- github.com ping statistics --- | |
3 packets transmitted, 3 packets received, 0.0% packet loss | |
round-trip min/avg/max/stddev = 134.181/185.705/232.935/40.430 ms | |
rbexcsm:tmp saimon$ traceroute github.com | |
traceroute to github.com (192.30.252.129), 64 hops max, 52 byte packets | |
1 my.meraki.net (192.168.128.1) 2.914 ms 1.821 ms 1.878 ms | |
2 149.red-80-58-67.staticip.rima-tde.net (80.58.67.149) 10.573 ms 8.771 ms 8.235 ms | |
3 185.red-80-58-88.staticip.rima-tde.net (80.58.88.185) 12.835 ms 9.455 ms 19.958 ms | |
4 46.red-80-58-81.staticip.rima-tde.net (80.58.81.46) 7.871 ms 12.361 ms 12.175 ms | |
5 213.140.50.246 (213.140.50.246) 18.553 ms 9.224 ms 380.532 ms | |
6 te0-0-0-6-grtlontlw1.net.telefonicaglobalsolutions.com (94.142.117.186) 49.793 ms | |
xe11-2-0-0-grtlontc1.net.telefonicaglobalsolutions.com (84.16.13.26) 51.483 ms | |
213.140.49.118 (213.140.49.118) 50.454 ms | |
7 xe1-1-2-0-grtloneq1.net.telefonicaglobalsolutions.com (213.140.37.150) 47.048 ms | |
xe7-0-3-0-grtwaseq6.net.telefonicaglobalsolutions.com (94.142.126.77) 400.392 ms | |
xe2-1-2-0-grtloneq1.net.telefonicaglobalsolutions.com (94.142.117.182) 41.258 ms | |
8 * xe4-0-3-0-grtnycpt2.net.telefonicaglobalsolutions.com (94.142.119.73) 234.789 ms | |
xe-0-3-0-8.r06.asbnva02.us.bb.gin.ntt.net (129.250.9.182) 408.837 ms | |
9 xe-0-3-0-8.r06.asbnva02.us.bb.gin.ntt.net (129.250.9.182) 432.931 ms * * | |
10 * * * | |
11 * * * | |
12 * * * | |
13 * * * | |
14 * * * | |
15 * * * | |
16 * * * | |
17 * * * | |
18 * * * | |
19 * * * | |
20 * * * | |
21 * * * | |
22 * * * | |
23 * * * | |
24 * * * | |
25 * * * | |
26 * * * | |
27 * * * | |
28 * * * | |
29 * * * | |
30 * * * | |
31 * * * | |
32 * * * | |
33 * * * | |
34 * * * | |
35 * * * | |
36 * * * | |
37 * * * | |
38 * * * | |
39 * * * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment