7

我正在尝试在 Sublime Text editor 3 上安装包控制Ubuntu 14.04。我遵循来自https://sublime.wbond.net/installation的简单说明。

但我得到以下错误:

Package Control: Error downloading channel. b'curl: (7) Failed to connect to sublime.wbond.net port 443: Network is unreachable' downloading https://sublime.wbond.net/channel.json.
error: Package Control
4

3 回答 3

17
于 2014-09-24T15:21:19.550 回答
9

For the sublime text version 3126 onward Package Control is disabled by default. Just go to Preferences > Settings and remove Package Control from the ignored_packages setting.

于 2016-11-18T11:28:18.003 回答
0

I was having the same problem on Linux Mint 18.1 (Ubuntu derivative), and after reading a few posts here and there, it occurred to me that something had likely become corrupted, so I: 1) uninstalled sublime; AND then 2) deleted everything related to sublime from "/home/thom/.config/". Step 2 was the real key. Then I reinstalled sublime according to "apt" section HERE. Once reinstalled, package control was able to install without error.

于 2017-06-30T05:34:50.310 回答