Skip to content

Instantly share code, notes, and snippets.

@moomerman
Last active February 6, 2023 05:08
Show Gist options
  • Star 50 You must be signed in to star a gist
  • Fork 15 You must be signed in to fork a gist
  • Save moomerman/4674060 to your computer and use it in GitHub Desktop.
Save moomerman/4674060 to your computer and use it in GitHub Desktop.
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
git clone git://github.com/wbond/sublime_package_control.git Package\ Control
cd Package\ Control
git checkout python3
# restart Sublime Text 3 and you should have Package Control working
@dalex01
Copy link

dalex01 commented Nov 12, 2016

@wbond I see the followin errors in console when try to install Package Control from Sublime Text 3:

Error installing Package Control: HTTPS error encountered, falling back to HTTP - <urlopen error [WinError 10061] No connection could be made because the target machine actively refused it>
Error installing Package Control: HTTP error encountered, giving up - <urlopen error [WinError 10061] No connection could be made because the target machine actively refused it>
error: An error occurred installing Package Control

Please check the Console for details

Visit https://packagecontrol.io/installation for manual instructions

Site https://packagecontrol.io/installation is dead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment