About iTunes ERROR 17

2014-06-07 AllanChan 更多博文 » 博客 » GitHub »

原文链接 http://allanhost.com/blog/2014/06/07/about-itunes-error-17.html
注:以下为加速网络访问所做的原文缓存,经过重新格式化,可能存在格式方面的问题,或偶有遗漏信息,请以原文为准。


Mac 解决方法

nano /etc/hosts

  • 贴上如下代码
  • ### Host Database# # localhost is used to configure the loopback interface # when the system is booting. Do not change this entry. ## 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 localhost fe80::1%lo0 localhost #127.0.0.1 osxdaily.com 0.0.0.0 yahoo.com 0.0.0.0 www.yahoo.com
  • 如果系统版本是OS X 10.9时请清除缓存

dscacheutil -flushcache; sudo killall -HUP mDNSResponder

Windows 解决方法

直接编辑 C:\WINDOWS\system32\drivers\etc\hosts ,贴上如下代码

  • ### Host Database# # localhost is used to configure the loopback interface # when the system is booting. Do not change this entry. ## 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 localhost fe80::1%lo0 localhost #127.0.0.1 osxdaily.com 0.0.0.0 yahoo.com 0.0.0.0 www.yahoo.com