Solved the problem of sublime3 connection channel_v3.json timeout or inaccessibility

Solve Sublime package management package control error There are no packages available for installation

Download link: https://github.com/michaelxuzhi/channel_v3.git

This is because the network cannot be connected to https://packagecontrol.io/channel_v3.json, which causes such a problem, so download a channel_v3.json by yourself. After downloading, you need to record the file location.

Open sublime, open Preferences -> Package Settings -> Package Control -> Settings-User

Add or replace the following configuration:

"channels":
[
	"E:\\channel_v3\\channel_v3.json"
],

// 这是指定channel_v3.json的位置。将刚刚下载的文件位置添加进去即可。

After saving, reopen and try again!

Guess you like

Origin blog.csdn.net/michaelxuzhi___/article/details/106488771