解决Sublime包管理Package Control 报错 There Are No Packages Available For Installation
1,Host配置
#50.116.34.243 sublime.wbond.net
复制代码
2,Sublime配置
Preferences > Package Settings > Package Control > Settings - User
添加"channels":
[
"https://packagecontrol.io/channel_v3.json",
"https://web.archive.org/web/20150905194312/https://packagecontrol.io/channel_v3.json"
]
复制代码