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.

Git add with auto_lfs_track should track binary files

See original GitHub issue

When pushing binary files, users get the following error

remote: Your push was rejected because it contains binary files.
remote: Please use https://git-lfs.github.com/ to store binary files.

With auto LFS track this should be tracked by default.

WDYT @LysandreJik @julien-c ?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:4
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
julien-ccommented, Feb 16, 2022

yes!

and sorry about not thinking of this when we changed the thresholds on the hub side (@Pierrci @SBrandeis @coyotte508 )

0reactions
LysandreJikcommented, Apr 8, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

How does Git deal with binary files? - Stack Overflow
Git can usually detect binary files automatically. No, Git will attempt to store delta-based changesets if it's less expensive to (not always the...
Read more >
Git - Git Attributes - Git SCM
Binary Files. One cool trick for which you can use Git attributes is telling Git which files are binary (in cases it otherwise...
Read more >
How can I handle large binary files (efficiently) with Git LFS?
After executing the "track" command, you'll notice that a file named ".gitattributes" (located in the root of your repository) was changed. This is...
Read more >
Amit Jain - Atlassian Community
Not able push ( or create pointers in .git/lfs/objects folder ) binary files in when using Bitbucket · If I add ( git...
Read more >
Git LFS in GitKraken Client | Store Binary Files
Once LFS is initialized on a repository, add tracking patterns to the .gitattributes file. These tracking patterns will tell LFS which files to...
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