MugishoMp / obsidian-editor-width-slider

With this plugin you can set the line width of the editor in obsidian.
MIT License
45 stars 4 forks source link

git checkout on Windows fails #10

Closed mii-key closed 11 months ago

mii-key commented 11 months ago

Hi, Thanks for the plugin. Could you please fix filename(s) so it would be possible to make checkout on Windows?

Thank you!

Cloning into 'obsidian-editor-width-slider'...
remote: Enumerating objects: 92, done.
remote: Counting objects: 100% (92/92), done.
remote: Compressing objects: 100% (66/66), done.
Receiving objects:  97% (90/92), 13.46 MiB | 6.71 MiB/s-reused 0
Receiving objects: 100% (92/92), 15.20 MiB | 6.96 MiB/s, done.
Resolving deltas: 100% (38/38), done.
error: invalid path 'images/demo-gif-full-size.gif:Zone.Identifier'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
MugishoMp commented 11 months ago

@mii-key Can you try checking out again, it should be fixed

mii-key commented 11 months ago

Works great! Thank you! 👍