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
Thanks a lot for reporting, and I am glad git gc fixed it!
When traversing Git commit graphs and reading objects, pack files will have to be mapped which takes away file handles. git2 will fail, but gitoxide should eventually be able to unmap less recently used pack files to free file handles, and have a better chance of working around that problem.
There are also no-win scenarios where the file handle limit is too low to get the work done, and maybe there could also be a way to warn about it if the issue arises, or at least point out possible solutions more clearly in the user interface as certain classes of errors are hit.
Version
0.14.4
Operating System
macOS
Distribution Method
dmg (Apple Silicon)
Describe the issue
I'm unable to fetch from upstream, gitbutler errors with two errors:
and
How to reproduce
No response
Expected behavior
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: