Sublime Text 2 包控制错误 [英] Sublime Text 2 Package Control error

查看:43
本文介绍了Sublime Text 2 包控制错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

CTRL SHIFT P -> Package control : Install package

如果我去这里,我会立即收到错误

If I go here, I get an error straight away

'Package Control: There are no packages available for installation'

我怀疑这可能是因为我的大学认证代理.但是我已经正确地设置了我的系统变量,所以像 URLLIB2 这样的东西工作得很好.

I suspect this might be because of my college authenticated proxy. But I've already set my system variables regarding this correctly, so stuff like URLLIB2 work well.

我还添加了(使用正确的值)

I also added (with the correct values)

"http_proxy": "http://id:pass@proxy:port",
"https_proxy": "http://id:pass@proxy:port", 

到包控件的默认设置.我仍然收到此错误.知道如何进一步调试吗?

to Package control's default settings. Still I'm getting this error. Any idea how to debug this further?

推荐答案

我通过添加 "http_proxy": "your.proxy:port", "https_proxy": "your.proxy:port" 解决了这个问题 到我的 User/Package Control.sublime-settings 配置文件的末尾.

I fixed this by adding "http_proxy": "your.proxy:port", "https_proxy": "your.proxy:port" to the end of my User/Package Control.sublime-settings config file.

这篇关于Sublime Text 2 包控制错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆