zoukankan      html  css  js  c++  java
  • Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google.com refused

    修改hosts文件。文件在C:WINDOWSsystem32driversetc目录下,Linux用户打开/etc/hosts文件。
    用记事本打开文件后添加以下内容。

    #Google主页
    203.208.46.146 www.google.com
    #这行是为了方便打开Android开发官网 现在好像不翻墙也可以打开
    74.125.113.121 developer.android.com
    #更新的内容从以下地址下载
    203.208.46.146 dl.google.com
    203.208.46.146 dl-ssl.google.com

  • 相关阅读:
    十二月31日
    十二月31号
    10,28
    10,27
    十月26
    十月22
    十月21
    十月二十
    十月16
    0227 数据库的知识
  • 原文地址:https://www.cnblogs.com/lixiaolun/p/3408599.html
Copyright © 2011-2022 走看看