-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
checkout on windows fails #1
Comments
I don't have a Windows machine to test on today, but I would guess that the symbols/spaces in the file names are not compatible on a Windows system. I'll take a look asap. |
perhaps something like this? https://gist.github.com/166433 |
any update on this? |
anything? |
I used the script diego898 suggested to update the file names so that it works on Windows. You can clone it at https://github.com/sattygalle/matlab-snipp.git |
Hello
I tried to checkout this project on windows using:
$ git clone https://github.com/AGS-Knight/matlab-snipp
Cloning into 'matlab-snipp'...
remote: Counting objects: 5566, done.
remote: Compressing objects: 100% (1706/1706), done.
remote: Total 5566 (delta 3915), reused 5499 (delta 3855)
Receiving objects: 100% (5566/5566), 663.08 KiB | 27 KiB/s, done.
Resolving deltas: 100% (3915/3915), done.
error: unable to create file matlab_snippets/?ClassName.sublime-snippet (Invalid
argument)
error: unable to create file matlab_snippets/classdef MyHandleClass < handle.sub
lime-snippet (Invalid argument)
error: unable to create file matlab_snippets/classdef myclass < dynamicprops.sub
lime-snippet (Invalid argument)
error: unable to create file matlab_snippets/classdef myclass < hgsetget.sublime
-snippet (Invalid argument)
error: unable to create file matlab_snippets/docsearch "word1 word2" ....sublime
-snippet (Invalid argument)
error: unable to create file matlab_snippets/docsearch wo_rd ....sublime-snippet
(Invalid argument)
error: unable to create file matlab_snippets/findobj(Hobj,).sublime-
snippet (Invalid argument)
error: unable to create file matlab_snippets/import package_name._.sublime-snipp
et (Invalid argument)
error: unable to create file matlab_snippets/import package_name1.* package_name
2.*....sublime-snippet (Invalid argument)
error: unable to create file matlab_snippets/matlab -r "statement".sublime-snipp
et (Invalid argument)
error: unable to create file matlab_snippets/matlab -sd "startdir".sublime-snipp
et (Invalid argument)
The text was updated successfully, but these errors were encountered: