-
Notifications
You must be signed in to change notification settings - Fork 602
Failed to update the excludes stack to see if a path is excluded #3876
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
Comments
I have identified the issue. The problem occurred because GitButler was attempting to locate a .gitignore file, but due to a mix-up, the .gitignore was mistakenly created as a folder in my repository. This caused GitButler to throw an error. However, the error message provided was not very informative and did not clearly indicate the steps needed to resolve the issue. |
That's an amazing find, thanks so much for reporting! I can reproduce the issue and it looks like Git just ignores directories with this name. Clearly, |
… `.gitignore` (gitbutlerapp#3876) This is also effective for `.gitattributes` directories, making `gitoxide` act just like Git. Note that `gix-fs` is updated just for a potential Windows fix which probably doesn't matter.
Thanks a lot @Byron for a prompt response |
You are very welcome! Actually Please do try the nightly build tomorrow (to be sure the fix is in), it should work then. |
I am trying to import a project in gitbutler app, here is the repo https://github.com/neerajjain92/data-structures but getting error
There was a problem
Failed to update the excludes stack to see if a path is excluded
The text was updated successfully, but these errors were encountered: