Skip to content
English
  • There are no suggestions because the search field is empty.

Push error due to LFS "i/o timeout"

If you are experiencing errors pushing your commits, and it appears to be due to LFS "i/o timeout" try the following

In some cases, the size of the data plus the LFS objects (when pushing to Copia) may be exceeding the defaults timeouts set for these operations.  In these cases, you may see a failure dialog similar to the below:

The "i/o timeout" is the key part of the message that identifies this may be exceeding the default timeouts for this operation.  In some cases, by increasing the timeouts, this can be resolved.  

You can update these settings, by launching your Copia Desktop app, and selecting the "Repository -> Open in Windows Terminal" menu option.  Then in the command line interface, enter the following CLI commands, one at a time:

git config lfs.activitytimeout 300

git config lfs.dialtimeout 300

git config lfs.keepalive 300

git config lfs.tlstimeout 300

Once these timeouts are increased, you should be able to push changes as expected.

(Please note that other users in your organization will also need to increase their timeouts)