Sublime Text 安裝插件報錯:
Package Control
Unable to download XXX. Please view the console for more details.
解決方法:
Preferences 》Package Settings 》 Package Control 》 Settings - User
image
增加如下內容:
"debug": true,
"downloader_precedence":
{
"linux": [ "curl", "urllib", "wget" ],
"osx": [ "curl", "urllib" ],
"windows": [ "wininet" ]
},
最終內容如下:
{
"bootstrapped": true,
"debug": true,
"installed_packages":
[
"Package Control"
],
"downloader_precedence":
{
"linux": [ "curl", "urllib", "wget" ],
"osx": [ "curl", "urllib" ],
"windows": [ "wininet" ]
},
}
再次安裝插件就沒問題了评也。
鳴謝:
Sublime安裝及解決There are no packages available for installation
Mac sublime 安裝包的時候出現(xiàn) unable to download xxx
CERTIFICATE_VERIFY_FAILED on macOS Sierra Beta