Open DennisHartrampf opened 2 months ago
Do you insist on these filenames like "src/test/testData/yaml/completion/3.0.0/components -> messages -> UserSignedUp -> \"p\".yaml" or would "src/test/testData/yaml/completion/3.0.0/components_messages_UserSignedUp_doublequote_p.yaml" also be okay?
@DennisHartrampf it's choice without choice š
Let's replace ->
with _
to allow users to work with this repo on windows
Alright š š If it is fine for you, I can do that tomorrow and open a PR for it.
Describe the bug.
After a fresh git clone the master branch cannot be checked out. This happens at least on my machine using Git Bash (mingw64) and also Windows CMD (commandline). Inside a Ubuntu on wsl2 the checkout works fine. From how I interpret the error message it has to do something with strange file names including characters Windows doesn't like, like
src/test/testData/json/completion/2.0.0/"c".json
or even'components -> messages -> UserSignedUp -> "p".json'
.Expected behavior
git clone
works and can checkout master branch - also on Windows.Screenshots
How to Reproduce
git clone git@github.com:asyncapi/jasyncapi-idea-plugin.git
on Windows (in Git Bash or Windows CMD)š„¦ Browser
None
š Have you checked for similar open issues?
š¢ Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
Yes