作者:兜妈是我 | 来源:互联网 | 2023-05-19 16:52
MyISPinIndiahasdeciededtoblockGithubforsomereason.IhavebeentryingtoinstallPackageC
My ISP in India has decieded to block Github for some reason.I have been trying to install Package Control for Sublime Text 3 both manually and use the Sublime Text 3 Console.In both of the cases,one dependency seems to be missing:
由于某些原因,我在印度的ISP决定屏蔽Github。我一直在尝试手动安装崇高文本3的包控件,并使用崇高文本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
I have downloaded the Sublime bz2 file manually,what should I do now?
我已经手动下载了崇高的bz2文件,现在该怎么办?
EDIT:
Some skimming through stuff tells me that Package Control 3.0 has dependencies:
一些浏览的内容告诉我包控制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.
Is there a version of 0_package_control_loader.sublime-package
that I can add manually(given that I have already installed Package Control with this dependency missing?
是否有一个版本的0_package_control_loader。我可以手动添加的sublime-package(假设我已经安装了包控件,但是缺少这个依赖项)?
7 个解决方案