Git add with auto_lfs_track should track binary files
See original GitHub issueWhen 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:
- Created 2 years ago
- Reactions:4
- Comments:7 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yes!
and sorry about not thinking of this when we changed the thresholds on the hub side (@Pierrci @SBrandeis @coyotte508 )
Will be closed by https://github.com/huggingface/huggingface_hub/pull/828