How to install the Package Controller
How to install the Package Controller?
https://packagecontrol.io/installation
INSTALLATION
Use one of the following methods to install Package Control:
1.Command Palette
(1) Open the command palette
Win/Linux: ctrl+shift+p, Mac: cmd+shift+p
(2) Type Install Package Control, press enter
2.Menu
(1) Open the Tools menu
(2) Select Install Package Control…
This will download the latest version of Package Control and verify it using public key cryptography. If an error occurs, use the manual method instead.
3.Manual
If the command palette/menu method is not possible due to a proxy on your network or using an old version of Sublime Text, the following steps will also install Package Control:
(1) Click the Preferences > Browse Packages… menu
(2) Browse up a folder and then into the Installed Packages/ folder
(3) Download Package Control.sublime-package and copy it into the Installed Packages/ directory
[If the downloaded file is "package control. Zip", rename the file name of "package control.Zip" to "package control.Sublime-package"]
(4) Restart Sublime Text
Notice:
(1).The web address of this 3.(3).("Package Control.sublime-package") is:
https://packagecontrol.io/Package Control.sublime-package
(2).The download address copied from the IDM Downloader is http:
https://packagecontrol.io/Package Control.sublime-package
Installation DOCS Troubleshooting
1.There are no packages available for installation
This message is displayed whenever Package Control can not find any packages that are installable. The most common reason for this is an HTTP error in downloading package information from the default channel.
To help resolve the issue, follow these steps:
(1) Select the View > Show Console menu entry
(2) Look for any lines starting with Package Control:
(3) Try enabling the debug log for more information
(4) Ensure any proxy information is set in the Package Control settings
(5) If you have a proxy and it rewrites secure connections, add its CA cert as trusted:
Click the Preferences - Browse Packages… menu
Open the User folder
Create a file named Package Control.user-ca-bundle and paste in a PEM-formatted version of the certificate
(6) Make sure you have the latest version of Package Control installed: 3.3.0
(7) If you are still having trouble, review the open issues. If you do not find a relevant issue, please open a new one, and be sure to include your debug log.
2.Purging and Reinstalling
Many users run into issues with Package Control because they have an old, broken or pre-release version of Package Control that has become stuck. Since Package Control updates itself, a bug can prevent the automatic upgrade from working, leaving users orphaned on an old version.
The first step in debugging issues with Package Control is to purge any existing copies.
(1) Select the Preferences > Settings – User menu entry
(2) Remove "Package Control" from the "ignored_packages" setting, if present
(3) Select the Preferences > Browse Packages… menu entry
(4) Delete the folder named Package Control
Browse up a folder and then into Installed Packages
Delete Package Control.sublime-package if it exists
Reinstall Package Control using the installation instructions
Enabling the Debug Log
If purging and reinstalling did not help resolve an issue, the next step is to enable the debug log. The debug log contains extensive information about what Package Control is doing behind the scenes, and can help to diagnose why it isn’t working properly.
Click the Preferences menu
Select Package Settings
Choose Package Control
Click Settings - User
Add the setting "debug": true
Save the settings file
Now when performing actions with Package Control, debug information will be printed to the Sublime Text console. The console can be opened by pressing ctrl+` or using the View > Show Console menu entry.
Windows Errors 12029 and 12057
On Windows, Package Control utilizes the WinINet C++ API for web requests. This allows Package Control to rely on your OS for auto-configuration of proxies and secure certificate validation.
Unfortunately there are a couple of common WinINet errors that users run into, including:
Connection refused (errno 12029) during HTTP write phase of downloading
Error checking for server certificate revocation (errno 12057) during HTTP write phase of downloading
Since WinINet is a system API, it is configured through Internet Explorer.
Errno 12029
A number of users have reported success in resolving this issue by resetting the Internet Explorer advanced settings to their default values.
Open Internet Options Restore Advanced Settings
Open Internet Explorer
Click the gear icon
Select Internet Options
Change to the Advanced tab
Click the Reset Advanced Settings button
Scroll down to the Security section of the options
Verify that TLS 1.0, TLS 1.1 and TLS 1.2 are checked
Errno 12057
Some users run into issues trying to check for SSL certificate revocation. This may have to do with a proxy server not properly proxying the requests for the certificate revocation list.
Open Internet Options Restore Advanced Settings
Open Internet Explorer
Click the gear icon
Select Internet Options
Change to the Advanced tab
Scroll down to the Security section of the options
Uncheck the option Check for server certificate revocation*
Restart your machine
This error indicates something on your machine is blocking the connection to the server. It could be any number of different things.
How to install the Package Controller的更多相关文章
- How to create Web Deployment Package and install the package
Create Web Deployment Package To configure settings on the Connection tab In the Publish method drop ...
- Curses library not found. Please install appropriate package
今天安装mysql-5.5.3-m3的时候,报下面的错误: -- Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES OPENSSL_INCLUDE_ ...
- installation - How to install Synaptic Package Manager? - Ask Ubuntu
installation - How to install Synaptic Package Manager? - Ask Ubuntu How to install Synaptic Package ...
- Java问题解决:使用maven install 和 package时出错
今天在idea中使用maven install 和 package时出现以下问题: [WARNING] The POM for org.apache.maven.plugins:maven-compi ...
- [转]Ubuntu Precise - Install youtube-dl package using Quantal repo
Ubuntu Precise - Install youtube-dl package using Quantal repo Ubuntu Precise 12.04 currently contai ...
- pip install GitHub package
/********************************************************************************* * pip install Git ...
- CMake Error: Curses library not found. Please install appropriate package
编译安装MySQL的时候,出现错误: -- Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH) CMake Err ...
- npm install WARN package.json not exists
npm install WARN package.json not exists: D:\ProData\package.json 一.总结 一句话总结: 出现这样的原因一般是没有切换到指定的目录下, ...
- dotnet tool install:Failed to install tool package 'ZKEACMS.Publisher': Could not find a part of the path 'C:\Users\Christer\.dotnet\tools\.store\.stage\0qd2mqpa.m45\ZKEACMS.Publisher'
问题 按照 ZKEACMS 运行命令 dotnet tool install --global ZKEACMS.Publisher 提示 Failed to install tool package ...
随机推荐
- kubernetes网络模型
Overview 本文将探讨Kubernetes中的网络模型,以及对各种网络模型进行分析. Underlay Network Model 什么是Underlay Network 底层网络 Underl ...
- 057_末晨曦Vue技术_处理边界情况之强制更新($forceUpdate)与通过 v-once 创建低开销的静态组件
强制更新($forceUpdate) 点击打开视频讲解更加详细 在vue中,如果data中有基本数据类型变量:age,修改他,页面会自动更新. 但如果data中的变量为数组或对象(引用数据类型),我们 ...
- LeetCode 593. 有效的正方形(向量做法)
题目 题目链接:593. 有效的正方形 题意:给出二维平面上四个点的坐标,判断这四个点是否能构成一个正方形,四个点的输入顺序不做任何保证. 思路 通过向量运算可以很轻松地解决这道题.任取一点向其他三点 ...
- Python小游戏——外星人入侵(保姆级教程)第一章 01创建Pygame窗口 02创建设置类Setting()
系列文章目录 第一章:武装飞船 01:创建Pygame窗口以及响应用户输入 02:创建设置类Setting() 一.前期准备 1.语言版本 Python3.9.0 2.编译器 Pycharm2022 ...
- 这12款idea插件,能让你代码飞起来
前言 基本上每个程序员都会写代码,但写代码的速度不尽相同. 为什么有些人,一天只能写几百行代码? 而有些人,一天可以写几千行代码? 有没有办法,可以提升开发效率,在相同的时间内,写出更多的代码呢? 今 ...
- Helm安装ingress-nginx-4.2.3
Application version 1.3.0 Chart version 4.2.3 获取chart包 helm fetch ingress-nginx/ingress-nginx --vers ...
- KingbaseES R6集群归档备份故障分析解决案例
案例说明: 在使用ps工具查看主库进程,发现主库'archiver'进程失败,检查sys_log日志可以发现归档失败的信息.通过sys_log日志提取归档语句手工执行归档操作,提示"当前数据 ...
- 使用【阿里云】服务器、【Xshell】搭建自己的【网站】—— { }
重置实例密码 打开Xshell连接主机 Apache 服务 安装 yum install httpd* -y 操作 启动 systemctl start httpd.service 查看状态 syst ...
- python 作用域与命名空间
作用域 作用域分为: 全局作用域 局部作用域 在函数内部的作用域叫做局部作用域,局部作用域中的变量叫做局部变量 非函数内部的作用域叫做全局作用域,全局作用域中的变量叫做全局变量 局部作用域可以使用全局 ...
- Erda 开源的迷失和反思
前言 Erda 是我从2018年初加入上家公司直到今年初离开的四年时间里一直在做的一个云原生 PaaS 平台.在开源之前,Erda 在公司内部的名字代号是 D ,在21年初改名为现在的 Erda 进行 ...