Sublime text3 installation of install package has failed

The install package is installed by code, and it always prompts that the network connection fails. I found many ways to solve it

1. The code installation failed because the main package control file could not be downloaded, so we need to manually download it to the local

Download address: https://github.com/wbond/package_control , directly download .zip, after decompression, change the folder name to "Package Control". Note: Capitalize the first letter

2. Click Preferences-> Browse Packages, open a folder, copy the "Package Control" file just below this directory.

3. Restart sublime, if the following error occurs:

“It appears you have Package Control installed as both a .sublime-package file and a directory inside of the Packages folder.”

 
   To fix this issue, please:
  1. Open the "Preferences" menu
  2. Select "Browse Packages\u2026"
  3. Delete the folder "Package Control"
  4. Restart Sublime Text

  Delete under the Installed Packages directory, delete the 0_package_control_loader.sublime-package file,

4. Add a new item "channels" in "Preferences-> Package Settings-> Package Control-> Settings User"

{
    "channels":["https://raw.githubusercontent.com/SuCicada/channel_v3.json/master/channel_v3.json"],}

5. Perfect solution

Published 190 original articles · 19 praises · 200,000+ views

Guess you like

Origin blog.csdn.net/zengchenacmer/article/details/88629486