sublime的package control
更新日期:
sublime的package control
preferences->package control出现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.
从上面的描述可以知道首先需要获取sublime.wbond.net网站的IPv4地址,然后修改hosts文件就行了。
C:\Windows\System32\drivers\etc
修改hosts
50.116.34.243 sublime.wbond.net
50.116.34.243 packagecontrol.io
Package control的install package
Sublime包管理package control 打开install package报错 There are no packages available for installation
本地下载一个channel_v3.json文件:https://github.com/SuCicada/channel_v3.json
放入本地任意目录,然后打开sublime中的Preferences->package settings->package control->settings user
配置 “channels”:
[
“H:\SoftwarePro\Sublime Text 3\channel_v3.json”
],
保存重启