Skip to content
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

Open
diego898 opened this issue Dec 3, 2012 · 5 comments
Open

checkout on windows fails #1

diego898 opened this issue Dec 3, 2012 · 5 comments
Assignees

Comments

@diego898
Copy link

diego898 commented Dec 3, 2012

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)

@AGS-Knight
Copy link
Collaborator

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.

@ghost ghost assigned AGS-Knight Dec 4, 2012
@diego898
Copy link
Author

diego898 commented Dec 5, 2012

perhaps something like this? https://gist.github.com/166433

@diego898
Copy link
Author

diego898 commented Jan 4, 2013

any update on this?

@diego898
Copy link
Author

diego898 commented Feb 5, 2013

anything?

@sattygalle
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants