N
N
Nikita2014-03-13 13:28:45
proxy
Nikita, 2014-03-13 13:28:45

Sublime package control and proxy - how to fix the situation?

I have a proxy at work (I have to enter my login\pass every time I log into the browser) and because of this I can't set package control for sublime text 2.
How can I fix the situation?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Evgeny Komarov, 2014-03-13
@Freeddi

Package control can be set manually.

  1. Click Preferences > Browse Packages…
  2. Go to the parent directory (Sublime Text 2) and create the Installed Packages folder in it
  3. Download the Package Control.sublime-package file into it
  4. Restart Sublime
To then install plugins through Package control, go to Preference > Package Settings > Package control > Settings-User and write in it
"http_proxy": "host:port",
"https_proxy": "host:port",
"proxy_password": "pass",
"proxy_username": "user"

F
Foo Bar, 2015-10-06
@atomheart

Addition to the answer from above:
If after installing Proxy the packages are not updated (but it may happen that the list of updated packages is displayed), then you need to uncheck the checkbox "Check if not Is the server certificate revoked" and restart IE and Sublime.
This works for Sublime 3 as well.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question