Skip to content

Instantly share code, notes, and snippets.

@twoism
Created March 11, 2020 04:21
Show Gist options
  • Save twoism/5e9bfdcbc961ae21dce2a6fcf0732ff9 to your computer and use it in GitHub Desktop.
Save twoism/5e9bfdcbc961ae21dce2a6fcf0732ff9 to your computer and use it in GitHub Desktop.
→ git clone https://github.com/github/debug-repo /tmp/debug-repo-http
git clone git@github.com:github/debug-repo /tmp/debug-repo-ssh
ping -c 10 github.com
traceroute github.com
Cloning into '/tmp/debug-repo-http'...
ssh_dispatch_run_fatal: Connection to 192.30.255.113 port 22: Operation timed out
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Cloning into '/tmp/debug-repo-ssh'...
ssh_exchange_identification: read: Operation timed out
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
PING github.com (192.30.255.112): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
64 bytes from 192.30.255.112: icmp_seq=4 ttl=48 time=61.906 ms
Request timeout for icmp_seq 5
64 bytes from 192.30.255.112: icmp_seq=6 ttl=48 time=60.318 ms
Request timeout for icmp_seq 7
Request timeout for icmp_seq 8
--- github.com ping statistics ---
10 packets transmitted, 2 packets received, 80.0% packet loss
round-trip min/avg/max/stddev = 60.318/61.112/61.906/0.794 ms
traceroute to github.com (192.30.255.112), 64 hops max, 52 byte packets
1 dsldevice.attlocal.net (192.168.1.254) 1.052 ms 0.862 ms 0.811 ms
2 107-208-196-1.lightspeed.irvnca.sbcglobal.net (107.208.196.1) 1.866 ms 1.991 ms 1.561 ms
3 64.148.105.168 (64.148.105.168) 1.913 ms 1.977 ms 2.458 ms
4 * * *
5 12.83.38.253 (12.83.38.253) 7.336 ms
12.83.38.249 (12.83.38.249) 9.912 ms
12.83.38.253 (12.83.38.253) 4.531 ms
6 12.242.115.3 (12.242.115.3) 5.282 ms 4.992 ms 6.539 ms
7 * * *
8 * * *
9 sea-b2-link.telia.net (62.115.118.168) 53.834 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 *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment