作者:欧阳羽昌53 | 来源:互联网 | 2023-05-28 16:13
由于某种原因,我在印度的ISP拒绝阻止Github.我一直在尝试手动安装Sublime Text 3的Package Control并使用Sublime Text 3 Console.在这两种情况下,似乎都缺少一个依赖:
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,这个依赖项丢失了?