-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fatal Git Error #132
Comments
What directory are you running It's also possible that it's a Windows issue. I haven't tested Windows much, but certainly the intention is to support it. |
I ran I even tried the following, making a new folder and adding a coffee file.
|
Thanks for the detailed repro steps! I bet Windows git has trouble with absolute paths or something, or maybe the Alternatively, happy to accept a PR if you want to dig into this. My guess is the fix will be to provide relative paths when invoking Here's the line that invokes git: And here's an existing example of using relative paths: |
I am using |
Hmm, I just tried your same steps on Windows 10 with git bash and it seems to be working for me. (Technically it fails later when running eslint, but I'll investigate that as a separate issue.) What git version are you using ( It looks like there are potentially some issues with git bash and absolute paths: |
My git version is By using relative paths to
I will upgrade my git version and check if that fixes the original issue. |
It works on my machine too with latest git version
|
Interesting, good to hear your original issues is fixed. I filed #133 as a follow-up for the eslint issue. |
Hi,
My project is tracked by git. The coffee files are already in that repo. I do not understand why I get the following fatal git error. Any help is highly appreciated.
Thanks
The text was updated successfully, but these errors were encountered: