【问题】
最近遇到很多关于google方面的问题。
包括:
访问code.google.com上面的很多项目,结果点击“My favorites ”,无法显示出自己的项目。
google搜索,也经常打不开,但是貌似应该是可以正常使用的。不像是暂时被禁止,而像是长期无法使用。
对于本来可以正常打开的google analytics,也无法打开了。
解释是参考了:
【完全解决】登陆Google Analytics:https://www.google.com/analytics/web/出现无法登录/白屏/空白页面
也还是没有解决。
【解决过程】
1.最后这么一堆问题,是在折腾:
【已解决】登录google时出错:此页面不能正确重定向,地址变成https://accounts.google.com/CookieMismatch
的过程中,无法间发现,已原来此处当前系统的host文件:
C:\Windows\System32\drivers\etc\host中是有一堆相关的google的配置:
#74.125.31.120 ssl.gstatic.com 203.208.46.147 ssl.gstatic.com 203.208.46.23 www.google.com.hk 74.125.128.103 code.google.com 74.125.128.103 encrypted.google.com 74.125.128.103 suggestqueries.google.com 74.125.128.103 mail.google.com 74.125.128.103 groups.google.com 74.125.128.103 groups.google.com.hk 74.125.128.103 docs.google.com 74.125.128.103 docs0.google.com 74.125.128.103 docs1.google.com 74.125.128.103 spreadsheets.google.com 74.125.128.103 spreadsheets0.google.com 74.125.128.103 webcache.googleusercontent.com 74.125.128.103 sites.google.com 74.125.128.103 talkgadget.google.com 74.125.128.103 clients1.google.com 74.125.128.103 clients2.google.com 74.125.128.103 clients3.google.com 74.125.128.103 clients4.google.com
而最后,是参考另外一台可以正常使用google的win7中的host的配置:
74.125.31.120 ssl.gstatic.com
而去把上面的内容都注释掉,只保留这个74.125.31.120:
74.125.31.120 ssl.gstatic.com #203.208.46.147 ssl.gstatic.com #203.208.46.23 www.google.com.hk #74.125.128.103 code.google.com #74.125.128.103 encrypted.google.com #74.125.128.103 suggestqueries.google.com #74.125.128.103 mail.google.com #74.125.128.103 groups.google.com #74.125.128.103 groups.google.com.hk #74.125.128.103 docs.google.com #74.125.128.103 docs0.google.com #74.125.128.103 docs1.google.com #74.125.128.103 spreadsheets.google.com #74.125.128.103 spreadsheets0.google.com #74.125.128.103 webcache.googleusercontent.com #74.125.128.103 sites.google.com #74.125.128.103 talkgadget.google.com #74.125.128.103 clients1.google.com #74.125.128.103 clients2.google.com #74.125.128.103 clients3.google.com #74.125.128.103 clients4.google.com
最终,使得所有的google的东西,都正常了:
(1)终于可以通过点击“My favorites”而看到自己的项目了:
(2)google搜索也正常了。
(3)google analytics 也可以正常使用了。
看来,之前的对于google的相关的折腾:
还是不好用,甚至是有害的。。。
所以,以后还是要多多验证,找到更好的办法才行。
转载请注明:在路上 » 【已解决】http://code.google.com/访问不正常,google经常打不开,Google Analytics也无法访问