-
Notifications
You must be signed in to change notification settings - Fork 203
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 when entering to an app #437
Comments
This bug should be fixed in 0.0.15. Try:
If this still doesn't work, let me know |
I noticed the issue only happens on Windows. It seems like a bug related to how git commands are interpreted on Windows, maybe something with the syntax. I managed to fix it by using WSL, but honestly, I don't think that using WSL instead of native npm on Windows is the best solution. |
Yeah, we don't support windows yet unfortunately, as described in #444 To solve this, we brought the app online at https://srcbook.com It's currently free to use, let me know if this solves your needs! |
Problem
When I try to enter to an app, the program crashes with a git error, but I can't understand what is exactly the problem. I searched it in google, and it seems to be relative to git commit, and I don't understand why is there a git commit.
Screenshot
Environment details
I used the
npx srcbook@latest start
andnpm install -g srcbook
and no one worked, so I don't think that it's the problem. I'm in Windows 11 and I have git installed and I only configured the name and email.I don't know if it's necessary, but when I say app I refer to this:
So, can someone explain to me what's the error?
The text was updated successfully, but these errors were encountered: