2
我想克隆AWS ec2中的bitbucket回購。但它不工作。並沒有給出任何錯誤消息。AWS ec2 git克隆或拉不工作,並沒有錯誤消息
這只是給的消息是
Cloning into 'repo_name'...
我也試過telnet命令。
telnet bitbucket.org 443
但它也顯示消息
Trying 104.192.143.3...
Trying 104.192.143.1...
Trying 104.192.143.2...
telnet: Unable to connect to remote host: Connection timed out
我已經看到,已經被分配到該EC2安全組。
入境
HTTP TCP 80 0.0.0.0/0
SSH TCP 22 0.0.0.0/0
出境
All traffic All All 0.0.0.0/0
當我平www.google.com它給
PING www.google.com (216.58.196.68) 56(84) bytes of data.
64 bytes from kul01s09-in-f4.1e100.net (216.58.196.68): icmp_seq=1 ttl=55 time=9.41 ms
64 bytes from kul01s09-in-f4.1e100.net (216.58.196.68): icmp_seq=2 ttl=55 time=9.21 ms
64 bytes from kul01s09-in-f4.1e100.net (216.58.196.68): icmp_seq=3 ttl=55 time=9.23 ms
64 bytes from kul01s09-in-f4.1e100.net (216.58.196.68): icmp_seq=4 ttl=55 time=9.32 ms
64 bytes from kul01s09-in-f4.1e100.net (216.58.196.68): icmp_seq=5 ttl=55 time=9.17 ms
64 bytes from kul01s09-in-f4.1e100.net (216.58.196.68): icmp_seq=6 ttl=55 time=9.12 ms
64 bytes from kul01s09-in-f4.1e100.net (216.58.196.68): icmp_seq=7 ttl=55 time=9.26 ms
64 bytes from kul01s09-in-f4.1e100.net (216.58.196.68): icmp_seq=8 ttl=55 time=9.29 ms
64 bytes from kul01s09-in-f4.1e100.net (216.58.196.68): icmp_seq=9 ttl=55 time=9.24 ms
64 bytes from kul01s09-in-f4.1e100.net (216.58.196.68): icmp_seq=10 ttl=55 time=9.40 ms
64 bytes from kul01s09-in-f4.1e100.net (216.58.196.68): icmp_seq=11 ttl=55 time=9.12 ms
64 bytes from kul01s09-in-f4.1e100.net (216.58.196.68): icmp_seq=12 ttl=55 time=9.57 ms
64 bytes from kul01s09-in-f4.1e100.net (216.58.196.68): icmp_seq=13 ttl=55 time=9.22 ms
64 bytes from kul01s09-in-f4.1e100.net (216.58.196.68): icmp_seq=14 ttl=55 time=9.16 ms
從您的EC2你可以平谷歌? –
在私有子網或公有子網中的實例?你能從你的實例ping www,google.com嗎? – helloV
是的,我可以ping www,googe.com及其給PING www.google.com(216.58.196.68)56(84)字節的數據。 來自kul01s09-in-f4.1e100.net的64字節(216.58.196.68):icmp_seq = 1ttl = 55時間= 9.41ms 來自kul01s09-in-f4.1e100.net的64字節(216.58.196.68):icmp_seq = 2 ttl = 55時間= 9.21 ms –