Sublime Text提示Unable to download XXX. Please view the console for more details安装插件失败解决

Posted netflix

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Sublime Text提示Unable to download XXX. Please view the console for more details安装插件失败解决相关的知识,希望对你有一定的参考价值。

安装插件时,弹出提示框:
Package Control
Unable to download XXX. Please view the console for more details. 一番搜索后在github上找到答案:

技术图片

 

 解决方法:在这里插入图片描述
1.打开Sublime Text,Preferences ->Package Settings->Package Control->Settings-User,在文件中添加以下几行代码:

"downloader_precedence":    
    {
        "linux": [ "curl", "urllib",    "wget" ],
        "osx": [ "curl", "urllib" ],
        "windows": [ "wininet" ]
    },

2.重启Sublime Text,问题解决。
————————————————
版权声明:本文为CSDN博主「mbytes」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/mbytes/article/details/86742129

以上是关于Sublime Text提示Unable to download XXX. Please view the console for more details安装插件失败解决的主要内容,如果未能解决你的问题,请参考以下文章

PHP中调用move_uploaded_file函数提示failed to open stream和 Unable to move

AMD Ryzen 9 7950x 16-Core Processor安装proxmox提示unable to connect to x serverf

AMD Ryzen 9 7950x 16-Core Processor安装proxmox提示unable to connect to x serverf

Unable to find the VMX binary 'D:\新建文件夹\vmware-vmx.exe'.

modelsim打开提示unable to checkout a viewer license necessary for use of the

docker E: Unable to locate package nginx