You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
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?
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 [email protected]: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
The text was updated successfully, but these errors were encountered: