-
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
project is not clonable on windows #64
Comments
Wow, didn't see that coming. Please refrain from submitting PR yet. I'm converting it to be more compliant to the test format in scalac 2.13.6 |
@unkarjedy can you pull the latest master and recompile using gradle? Should be working now |
Feel free to close it if it works |
Looks like it works now) |
@unkarjedy there seems to be another problem, we always uses "/" as the path splitter, In Windows the convention should be using "\", does this break your compilation or testing? |
It compiles fine, without issues. I can't run tests of this project on my laptop though, so can't say about tests.
Windows accepts |
Try to check out the project on Windows and get error:
This is because
aux
is a reserved name on windows.The best fix is to rename the folder.
See:
git-for-windows/git#2777 (comment)
https://www.howtogeek.com/fyi/windows-10-still-wont-let-you-use-these-file-names-reserved-in-1974/
swcarpentry/DEPRECATED-bc#464
https://stackoverflow.com/questions/63727594/github-git-checkout-returns-error-invalid-path-on-windows
The text was updated successfully, but these errors were encountered: