sublime text插件安装问题

 

安装package control失败(无法连接官网)

  失败原因:无法连接官方网站,应该被墙了

  解决方法:手动安装

  安装方法:

    1、 github(地址:https://github.com/wbond/package_control)下载package control

    2、点击Preferences->Broswe Packages,打开文件地址,将下载后的文件拷贝到该目录,sublime会自动安装

  

安装插件失败

  失败原因:跟上面类似

  解决方法:修改配置文件

  安装方法:

    1、点击点击Preferences->Package Setting->Package Control->Setting User,会打开用户配置文件,按照json格式修改或添加一下代码      

"channels":
[
"https://raw.githubusercontent.com/fayou147/GitOrder/master/json/channel_v3.json",
//"https://packagecontrol.io/channel_v3.json",
//"https://web.archive.org/web/20160103232808/https://packagecontrol.io/channel_v3.json",
//"https://gist.githubusercontent.com/nick1m/660ed046a096dae0b0ab/raw/e6e9e23a0bb48b44537f61025fbc359f8d586eb4/channel_v3.json"
],

    2、感谢好心人:https://www.jianshu.com/p/23d1ec6988e5

 

posted @ 2019-03-25 15:12  iamdoufu  阅读(196)  评论(0编辑  收藏  举报