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?
This issue has been automatically marked as stale because it has not had recent activity 😴
It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.
There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.
Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.
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: