-
Notifications
You must be signed in to change notification settings - Fork 28
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
Error: File name too long (os error 36): "" #54
Comments
I haven't seen that but that sounds like a bug. Do you have an easy reproduction repo somewhere? |
Yes, I'm working on this project here. To reproduce you probably will need to clone the repo first and them run: kickstart . -o proj-name The: |
The Can you try #53 ? |
Great, that worked! |
cool I'll release it soon then |
I get this error when using:
kickstart . -o new-project-folder
Then it creates a folder with seemingly infinite sub directories of the same name — all empty.
This could be something specific to how the
-o
command is implemented. Have you come across this issue @Keats ?Thanks!
The text was updated successfully, but these errors were encountered: