question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

100 MB limit problem

See original GitHub issue

Please summarize the issue in the title, and then use the template below to fill out the details so we can reproduce the issue on our end.

Description

[Github for Windows Desktop continually tried to upload a large file, even though I exclude it using the right-click, ignore option, and the results of this action is stored in the .gitignore file]

Version

What version of GitHub Desktop are you running? This is displayed under the About GitHub Desktop menu item. If you are running from source, include the commit by running git rev-parse HEAD from your local repository.

GitHub Desktop version: [0.6.2]

The operating system you are running on may also help with reproducing the issue:

  • If you are on macOS, launch About This Mac and write down the OS version listed.
  • If you are on Windows, open Command Prompt and attach the output of this command*: cmd /c ver

OS version: [Windows 10 Pro Insider Preview build 16232 (slow ring, latest)]

Steps to Reproduce

  1. [Deselect the file in the left page (untick it)]
  2. [Commit to master]
  3. [Push origin]
  4. [Wait for ages for it to try uploading the file]
  5. [= fail]

If the issue involves a specific public repository, including the information about that repository will make it is easier to recreate the issue.

If you think screenshots or a GIF recording will help demonstrate the issue better, feel free to add them here.

Expected behavior: [Fast simple upload to Github]

Actual behavior: [Sends all the files I think except for the large file]

Reproduces how often: [Every time]

Logs

2017-07-10.desktop.production.log.txt

There may be some relevant information in log files generated by GitHub Desktop:

  • If you are on macOS, attach the most recent log file from: ~/Library/Application Support/GitHub Desktop/logs/*.desktop.production.log
  • If you are on Windows, attach the most recent log file from: %APPDATA%\\GitHub Desktop\\logs\\*.desktop.production.log

The log files are organized by date, so see if anything was generated for today’s date.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

If you are dealing with a performance issue or regression, attaching a Timeline profile of the task will help the developers understand the runtime behavior of the application on your machine.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

18reactions
iAmWillShepherdcommented, Jul 11, 2017

We should add an option to stop tracking ignored files.

4reactions
iAmWillShepherdcommented, Jul 11, 2017

I think the issue you are experiencing is due to the file being in the repository already. Ignoring the file does not stop tracking it in Git. As a workaround, you can manually un-track the file by running git rm --cached <file>.

Read more comments on GitHub >

github_iconTop Results From Across the Web

File exceeding 100MB limit error doesn't specify what file #8767
When you have one or more files exceeding the 100MB limit, the error message preventing you from uploading only tells you a file...
Read more >
How to increase the maximum file upload limit past 100MB
When users need to upload large data files, they may receive an error saying "You are limited to files that are smaller than...
Read more >
Error uploading file. Maximum file size of 100MB is allowed
The error occurs when the file size is larger than 100 MB. Solution or Workaround. As a workaround, add the large files to...
Read more >
Error 200: File size should not exceed 100 MB. - ABBYY
Cause. The document processing is taking place within the FineReader Online cloud-based service that has a limitation in size of the file -...
Read more >
Uploading Large Files to GitHub - Towards Data Science
GitHub has a strict file limit of 100MB. If you are just uploading lines of codes, this is not something that you need...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found