美文网首页
Hyper 保存配置到github的插件问题

Hyper 保存配置到github的插件问题

作者: jimxl | 来源:发表于2018-12-16 23:32 被阅读0次

目前最新的版本的 hyper-sync-settings 插件,在保存配置的时候会有问题,系统没有任何响应.

github issue

github issue
In my case the fix was quite easy (WSL here, although I doubt it makes any difference).
First, close hyper and create but a single file named .hyper.js in your gist with your settings.
Then, remove the ~/.hyper_plugins/.hyper-sync-settings folder.
Lastly, launch hyper and Plugins > Sync Settings > Restore Settings.
It should clone your gist and you should have a notification saying everything went well.

大致是说

  1. 确保gist里面只有一个.hyper.js文件
  2. 删除~/.hyper_plugins/.hyper-sync-settings
  3. 执行Plugins > Sync Settings > Restore Settings
  4. 再执行 Plugins > Sync Settings > Backup Settings
    就可以成功了.

相关文章

网友评论

      本文标题:Hyper 保存配置到github的插件问题

      本文链接:https://www.haomeiwen.com/subject/mxufkqtx.html