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
0
votes
1 answer

Add A Warning For Large Files To My LOCAL Git Repository

I've hit the large file limit for adding files to a Github Enterprise repository, but the problem only presents itself on a "git push". Is there any way to have my LOCAL Git repository on my client report large files as an error when I try to stage…
Phil Barr
  • 161
  • 1
  • 7
0
votes
0 answers

git not recognized on first run in command prompt (Windows). Second run works

I've run into a strange problem debugging a python script. I think I have isolated the problem to the follow issue: When trying to use git trough the command line, I get an error on the first run. Starting with the second run the same command goes…
sfreyald
  • 11
  • 3
0
votes
2 answers

Error trying to sync my repository to Gitlab server

Github Desktop is installed and running. I have downloaded Git LFS and am trying to sync my repository and large file to the Gitlab server. However, I am getting the following error and am unsure how to proceed. Alexanders-MBP:large-repo alexander$…
iskandarblue
  • 7,208
  • 15
  • 60
  • 130
0
votes
1 answer

SSH error: conq: unhandled exception

I'm trying to troubleshoot Bitbucket Git LFS working properly on my workstation, but failing on the remove server I want to deploy to. I'm getting error: external filter git-lfs smudge -- %f failed 2 and using GIT_TRACE I've found the ssh command…
Fluffy
  • 27,504
  • 41
  • 151
  • 234
0
votes
1 answer

git lfs not working properly for files larger than 100MB

I was suggested by git to use git lfs for large files. After I tracked them with git lfs and checked if they are added to .gitattribute I still get the error that files are larger than 100MB for the same exact files. What are the suggestions here…
Mona Jalal
  • 34,860
  • 64
  • 239
  • 408
0
votes
1 answer

git lfs pull restores deleted files

I have tracked some files in a Git repository with LFS and everything is in a clean state. When I delete an LFS-tracked file and then call git lfs pull, as my CI build script needs to do, the deleted file is immediately restored. Doing this before a…
ygoe
  • 18,655
  • 23
  • 113
  • 210
0
votes
1 answer

Which repos replace large git-lfs managed files with links?

The feature overview on the git-lfs site says 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…
orome
  • 45,163
  • 57
  • 202
  • 418
0
votes
2 answers

Gitlab LFS support with SSH repository

I try to setup Gitlab LFS support. It's working fine for repositories cloned with HTTPS, but with SSH I always get a 404 for the LFS URLs. The property lfs.url is set to https://gitlab-host/user/project.git/gitlab-lfs If I debug it with pry I see…
Bastian Ballmann
  • 361
  • 3
  • 10
0
votes
1 answer

Issues with Pushing to new Git repo

I've looked at countless other topics (granted they are all older than 3years) and I'm starting to get rather frustrated. I've resorted to creating new repos just to try and get this working. I've created repos from both GitHub desktop and GitHub.…
0
votes
1 answer

git-lfs server-side vs client-side management of binary blobs

What happens if I track all of the pdf files: git lfs track "*.pdf" But another developer that has not installed git-lfs pushes a new pdf file? Does it use text-pointer or the full binary? Is the server responsible for versioning the binary blobs…
dashesy
  • 2,596
  • 3
  • 45
  • 61
0
votes
1 answer

Git LFS Track Folder With Code

What happens when I set Git LFS to track a folder which contains both code and images? I have a Resources folder where I hold images (jpg, png, ico, etc.) and XML for UI configurations like a ResourceDictionary for XAML with my colors, brushes,…
Michel Feinstein
  • 13,416
  • 16
  • 91
  • 173
0
votes
1 answer

Does Gitlab 8 automatically backup the LFS-Objects folder?

Large file storage (Git-LFS) was introduced with Gitlab 8. I upgraded and activated it - but does Gitlab automatically backup the lfs_storage_path when I invoke /opt/gitlab/bin/gitlab-rake gitlab:backup:create? Or do I need to do that manually?…
tnull
  • 728
  • 5
  • 17
-1
votes
0 answers

Why is git trying to push some untracked files?

I try to push a branch onto a new remote on github. I have an error doing that, stating that some files size are above 100MB. Here's the full log: $ git push -u perso NewInput Uploading LFS objects: 100% (393/393), 3.2 GB | 0 B/s, done. Enumerating…
Arnaud
  • 445
  • 4
  • 18
-1
votes
1 answer

Access the .sql files with git lfs

I have a existing repo(not a git) on my localmachine. It is using postgresql. But it has database files are stored on git-lfs. So, How do i impost that files on my loca database? The file contains : file name is : database.sql version…
-1
votes
1 answer

How to push Unity project (files together over 1GB) to the GitHub without splitting it?

I am trying to push my Unity project to GitHub and this error appears: batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access. I want to have my entire project…
Innarq
  • 17
  • 6
1 2 3
64
65