目前最新的版本的 hyper-sync-settings 插件,在保存配置的时候会有问题,系统没有任何响应.
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.
大致是说
- 确保gist里面只有一个.hyper.js文件
- 删除~/.hyper_plugins/.hyper-sync-settings
- 执行Plugins > Sync Settings > Restore Settings
- 再执行 Plugins > Sync Settings > Backup Settings
就可以成功了.