Because the download is the cracked version of the web, found that the package control incredibly use, plug-ins can not be installed, in anger deleted the cracked version, from the official website re-download the editor.
1. Install Editor: HTTPS://WWW.SUBLIMETEXT.COM/3, select the applicable version, install complete.
2. Install the package control, address https://packagecontrol.io/installation, open sublime text 3,view-show console, paste the code on the page, such as
Import Urllib.request,os,hashlib; h = ' eb2297e1a458f27d836c04bb0cbaf282 ' + ' d0e7a3098092775ccb37ca9d6b2e4b7d '; PF = ' package control.sublime-package '; IPP = Sublime.installed_packages_path (); Urllib.request.install_opener (Urllib.request.build_opener (Urllib.request.ProxyHandler ())); by = Urllib.request.urlopen (' http://packagecontrol.io/' + pf.replace (', '%20 ')). read (); DH = hashlib.sha256 (by). Hexdigest (); Print (' Error validating download (got%s instead of%s), please try manual install '% (DH, h)) if DH! = H Else Open (Os.pat H.join (IPP, PF), ' WB '). Write (by)
Just press ENTER and it's all right.
3. Install various plugins, such as I want to install the Sidebarenhancements plugin, ctrl+shift+p-> Install package-> Find sidebarenhancements, enter, you can.
"1" Starting from scratch: Installing sublime text 3