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

Failure to push a large commit

What to do if I made a commit that is too large to Push to Copia

In some cases you may try to Push a very large file, or a very large groups of files to Copia.  Copia has a 2GB limit on single file sizes, and a  similar limit on pushing a large amount of files at one time.  As such it is recommended to break larger commits into a few smaller commits.

If you have already made a local commit that is too large to Push to Copia, you can "undo" this commit by resetting your local repository back to the prior commit.  To do this, performing the following:

  1. Open your repository folder, and copy its contents to another temporary folder (for example, make a temp folder on the desktop)
    1. We do this so that we have the data to later add back to the repo in smaller commits
  2. Open the Copia Desktop App, and make sure you have selected the repository from the repository menu on the top left.
  3. Select the History tab
  4. Right-Click on the commit that is "prior" to the large commit that is failing to Push
  5. Select "Copy SHA" (the SHA is the ID of that prior commit)
  6. Go to the menu Repository -> Open in Command Prompt
    1. git reset --soft paste_commit_SHA_here

Back in the Desktop App, the large commit should now be gone, and there should be changes in the "Changes" tab.  You can discard these changes, and start adding the files/folders back in smaller commits from the temp folder we made in step #1. 

If you run into any issues, please feel free to Contact Support for assistance.