我在印度的 ISP 出于某种原因决定阻止 Github。我一直在尝试手动安装 Sublime Text 3 的包控制并使用 Sublime Text 3 控制台。在这两种情况下,似乎都缺少一个依赖项:
Package Control: Installing 1 missing dependencies
Package Control: Attempting to use Urllib downloader due to WinINet error: Error downloading package. Host not found (errno 12007) during HTTP write phase of downloading https://codeload.github.com/codexns/sublime-bz2/zip/1.0.0.
Package Control: Error downloading package. URL error [Errno 11004] getaddrinfo failed downloading https://codeload.github.com/codexns/sublime-bz2/zip/1.0.0.
error: Package Control
Unable to download bz2. Please view the console for more details.
Package Control: Skipping automatic upgrade, last run at 2015-01-03 11:32:25, next run at 2015-01-03 12:32:25 or after
我已经手动下载了 Sublime bz2 文件,我现在该怎么办?
编辑:
一些浏览内容告诉我,Package Control 3.0 具有依赖关系:
Once the package is extracted, a custom-generated python file is added to a special package named
0_package_control_loader. For Sublime Text 3, this is a .sublime-package file, whereas for
Sublime Text 2 it is just a folder. The reason for the name (and creating it as a .sublime-
package file in ST3) is to ensure it is the very first non-default package that Sublime Text
loads.
是否有0_package_control_loader.sublime-package
我可以手动添加的版本(假设我已经安装了缺少此依赖项的 Package Control?