2012-03-13 31 views
1

我在windows 7 64bit上使用了崇高的text2。並且我成功安裝了包控件,然後使用了ctrl + alt + P,然後輸入:install package,然後出現錯誤。sublime text2包控制cannit找到任何安裝包

Package Control: Error downloading channel. 
URL error [Errno 10060] A connection attempt failed 
because the connected party did not properly respond after a period of time, 
or established connection failed 
because connected host has failed to respond downloading https://sublime.wbond.net/repositories.json. 

error: Package Control: There are no packages available for installation. 

看來我無法訪問服務器,我是否需要設置代理或進行一些網絡設置?

+0

你能解決你的問題嗎? – Cito 2013-03-25 14:34:47

回答

1

是的,只需在Package Control Settings中設置http_proxyhttps_proxy變量即可。存根已經給出。該格式應該如下,

http://username:[email protected]:proxyPort 

https://username:[email protected]:proxyPort 

username:password位是可選的。