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
Hello, I've an issue that appeared today in GitButler, I cannot update the workspace with upstream commits anymore, it fails with the message: failed to fill whole buffer. I've try to make it forget the workspace, delete all the gitbutler/ branches, login again to GitHub but it does not work, I can't integrate upstream changes anymore.
As fetches are performed using the Git command-line, we can probably assume that this works as expected. Hence, the failed to fill whole buffer seems to come from Rust code trying to stream data using std::io::Read.
The question is where that happens, and if it happens when reading objects.
We should be able to learn more about it by launching GitButler from the terminal, configured to print a backtrace and with detailed logging.
From Discord
As fetches are performed using the Git command-line, we can probably assume that this works as expected. Hence, the
failed to fill whole buffer
seems to come from Rust code trying to stream data usingstd::io::Read
.The question is where that happens, and if it happens when reading objects.
We should be able to learn more about it by launching GitButler from the terminal, configured to print a backtrace and with detailed logging.
The text was updated successfully, but these errors were encountered: