Sometimes you got blocked by accidently:
C:\Users\michael.s>ping media.thomaspink.com
正在 Ping wac.726f.edgecastcdn.net [93.46.8.89] 具有 32 字节的数据:
请求超时。
The righ page you tried to visit was re-directed to a famous, nosense IP 93.46.8.89
the way to solve is adding a ip/domain name map in your host file:
1. Find the right IP:
C:\Users\michael.s>ping www.thomaspink.com
正在 Ping www.thomaspink.com [80.69.31.115] 具有 32 字节的数据:
2. Add the ip/domain-name map in the hosts file:
C:\Windows\System32\drivers\etc\hosts
3. Refresh DNS
C:\Users\michael.s>ipconfig /flushdns
Windows IP 配置
已成功刷新 DNS 解析缓存。
C:\Users\michael.s>ping media.thomaspink.com
正在 Ping media.thomaspink.com [80.69.31.115] 具有 32 字节的数据:
4. It wors now.
PS: all command