pdq-phper

今天在安装sublimeText3插件时遇到错误,弹出一个对话框说没有可供安装的包,内容为There are no packages available for installation,对话框如下图:

\

据说是IPv6的原因,如果我们的Intent服务提供者(ISP)不支持IPv6就会引发上述错误,原文如下:

This error is happened with IPv6 problem. If your Internet Service Provider (ISP) does not support for IPv6 you got this error.

解决方法(Windows平台)

Step 1:

Get IPv4 address of sublime.wbond.net

Try this command line on terminal ping sublime.wbond.net

Now you can get IPv4 address of sublime.wbond.net.

Step 2:

Now open hosts file from C:Windowssystem32driversetc folder and add this line (replcae {IPv4 address})

{IPv4 address} sublime.wbond.net.

All is ok. Let\'s play with Package controller.

从上面的描述可以知道首先需要获取sublime.wbond.net网站的IPv4地址,然后修改hosts文件就行了。

Hosts文件在C:\Windows\System32\drivers\etc 目录下(我的是WIN7 64位系统)

如果在终端使用ping命令时遇到如下错误

\

可以到这里(在线Ping工具)查寻其IP地址:http://serve.netsh.org/pub/ping.php

分类:

技术点:

相关文章:

  • 2021-11-21
  • 2021-04-05
  • 2021-11-21
  • 2021-10-31
  • 2021-08-17
  • 2021-11-21
猜你喜欢
  • 2021-11-27
  • 2021-07-30
  • 2021-05-22
  • 2021-10-02
  • 2021-11-19
  • 2021-11-21
  • 2022-12-23
相关资源
相似解决方案