现在时间:2019-01-18
最近突然遇到,sublime text3无法安装插件的情况,
ctrl+` 打开控制台,发现是,无法下载 channel_v3.json 这个文件,解决方法如下:
sublime无法安装插件问题解决
在其中加入,

	"debug": true,
	"channels":
	[
		"/Users/zhangqiang/Documents/sublime/channel_v3.json"
	],

重启即可。
channel_v3.json 的下载地址:https://download.csdn.net/download/codipy/10917462

相关文章:

  • 2021-11-21
  • 2021-06-28
  • 2021-06-20
  • 2022-01-24
  • 2021-11-21
  • 2021-11-21
  • 2021-11-21
猜你喜欢
  • 2021-11-21
  • 2021-11-21
  • 2021-11-21
  • 2021-11-21
  • 2021-11-21
相关资源
相似解决方案