• 无法连接github


    1. 登录IP查询网,查询github.com的IP地址

    2. 添加映射到C:WindowsSystem32driversetchosts文件中:(Mac用户:/etc/hosts)

      140.82.113.3 github.com
      199.232.5.194 github.global.ssl.fastly.net
      192.30.253.120 codeload.github.com

    3. 打开cmd,ping github,可通即可用。

    但不知道为什么,虽然使用这个映射可以打开github网址,但在npm安装时却一直报错“GET 400 github.com”
    我还是换了一些别的映射,虽然没法打开网址,但可以install时正常连接下载。这里一股脑都丢上来吧。

    # GitHub Start
    192.30.253.113 github.com
    192.30.253.112 github.com
    # 140.82.113.4 github.com
    207.97.227.239 github.com
    207.97.227.243 github.com
    185.199.108.153 github.github.io
    151.101.72.133 assets-cdn.github.com
    151.101.185.194 github.global.ssl.fastly.net
    192.30.253.118 gist.github.com
    192.30.253.119 gist.github.com
    151.101.100.133 assets-cdn.github.com
    151.101.100.133 raw.githubusercontent.com
    151.101.100.133 gist.githubusercontent.com
    151.101.100.133 cloud.githubusercontent.com
    151.101.100.133 camo.githubusercontent.com
    151.101.100.133 avatars0.githubusercontent.com
    151.101.100.133 avatars1.githubusercontent.com
    151.101.100.133 avatars2.githubusercontent.com
    151.101.100.133 avatars3.githubusercontent.com
    151.101.100.133 avatars4.githubusercontent.com
    151.101.100.133 avatars5.githubusercontent.com
    151.101.100.133 avatars6.githubusercontent.com
    151.101.100.133 avatars7.githubusercontent.com
    151.101.100.133 avatars8.githubusercontent.com
    # GitHub End
    
  • 相关阅读:
    变量和值的延伸思考
    一念之想--多维数组
    java扫描控制台输入
    java字符转义
    javaee开发工具及环境配置过程
    java数组、泛型、集合在多态中的使用及对比
    flex的Accordion组件头部文本居中显示
    Visual Studio解决方案及项目的配置
    Away3D引擎学习入门笔记
    使用photoshop,把图片背景变成透明
  • 原文地址:https://www.cnblogs.com/xym4869/p/13262061.html
Copyright © 2020-2023  润新知