Questions tagged [git-lfs]

Questions about Git Large File Storage. LFS extends Git (but is not itself Git); use this tag for git-lfs questions instead of the plain Git tag. Do not confuse this with the "Linux-from-scratch" LFS tag.

An open source Git extension for versioning large files.

Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.

git lfs

https://git-lfs.github.com/

971 questions
-1
votes
1 answer

Git command run with child_process.spawn is unable to find git-lfs subcommand

I've got an electron app (Electron v17.4.10) running on macOS Monterey (v12.5) and on startup it attempts to perform the command git lfs install. It does so by using the Node child_process package's spawn command to invoke a direct call to a…
-1
votes
1 answer

Git LFS fails with small files

Suppose I have files of different size of type .bin These files may be large and small. I want to use git lfs to work with big binary files. I have folder in which i want to init my repo. Its Content: I want LFS to track all files of type .bin…
-1
votes
1 answer

Use local Git LFS repo to check if any file changed without copying under .git

I have a folder with lots of binaries. I would like to save the current state, make some changes and see which files are changed by git status. I think it is a good idea to use Git LFS, because it only keeps 3 lines for each file with size and hash…
Burak
  • 2,251
  • 1
  • 16
  • 33
-1
votes
1 answer

Git LFS on Windows: cannot revert a file

If I delete from my Git repo a file that is stored on LFS, commit and then try to rebase my branch on the master, Git will see this file as modified during the rebase. If I revert the file doing git checkout -- mybigfile then git status will still…
Fabien
  • 549
  • 7
  • 22
-1
votes
1 answer

Installing Git-LFS in Peppermint linux 6

I am trying to install git-lfs in my netbook that runs peppermint 6 linux. I already tryen everything suggested in the documentation but with no luck. Has anyone knows how to properly do it? Thanks
Akis
  • 1
-2
votes
2 answers

How to manage large files in Git and GitLab

I am working on a Django project that has 3 Large files. 1st file: 4.3 GB 2nd file: ~ 600 MB 3rd file: ~ 30 MB The Problem is that Git can't handle large files and crashes. I used Git LFS to track the large files but the problem still exists,…
Mahdi Jafari
  • 347
  • 6
  • 22
-2
votes
1 answer

"Sorry, this is too big to display."

I uploaded a .ipynb file on github using git lfs but the file is not being displayed. Any ideas on how to fix this? "Sorry, this is too big to display." The option "Include Git LFS objects in archives" in the settings is already active. I tried to…
-2
votes
1 answer

remote rejected (pre-receive hook declined)

I accidentally tried to upload a zip folder I made, essentially doubling the media I was trying to push and this happened. I've tried searching on commands how to fix this and can't seem to find one. I've tried that YouTube video that says git push…
jdeo
  • 21
  • 3
-2
votes
3 answers

Digital Asset Management tool for large files that are not photos or videos

Most DAMs that I have found are geared towards media like photos and videos. I have need to manage large binary files like ISOs and IMG files. Does anybody know of a DAM that can manage non-media files? Specifically something that is on premise? …
EpixRu
  • 201
  • 2
  • 11
-3
votes
1 answer

Can I use GIT LFS in the Azure DevOps

I have 5 Gb file in the source code of Azure repo, I want to compress and use it. How Can I integrate GIT LFS in the azure pipeline or how can I use this LFS tool in the azure devops?
sns
  • 131
  • 1
  • 8
-3
votes
1 answer

How can I solve this Git LFS Simple Problem? LFS upload failed

I made an empty .git project. Step1:USE COMMAND: git lfs install Step2: Put an logo.png in that project Step3: Commit and Push logo.png to remote git server,but get an error.LFS upload failed Question: Why this logo.png will be tracked as lfs file…
Will
  • 1
  • 1
1 2 3
64
65