Top "Git-lfs" questions

Questions about Git Large File Storage.

Git error: Encountered 7 file(s) that should have been pointers, but weren't

How to clean repo, if staged files marked as modified? After git reset --hard I get Encountered 7 file(s) that …

git git-lfs
Git lfs - "this exceeds GitHub's file size limit of 100.00 MB"

I have some csv files that are larger than github's file size limit of 100.00 MB. I have been trying to …

git github large-files git-lfs
Git (LFS): what is locking support? And should I enable it?

"New" Git Comment: Just today I ran across the following comment from Git for the first time (at least the …

git git-lfs
Git LFS track folder recursively

Is it possible to track recursively all files contained in a folder and its subfolders with Git LFS ? I would …

git git-lfs
Move Git LFS tracked files under regular Git

I have a project where I stored video files with Git LFS. Now I ran into some complications with my …

git git-lfs
git lfs clone vs git clone

If I have git lfs installed on the client and I run: git clone is this equivalent to git lfs …

git git-lfs
How to clone/pull a git repository, ignoring LFS?

Is there a way to explicitly ignore all git-lfs files on clone and pull?(besides uninstalling git-lfs which I ended …

git git-lfs
How to delete a file tracked by git-lfs and release the storage quota?

How to delete a never-use-again file and release the storage back to the github lfs quota? Does deleting the reference …

git github git-lfs
Smudge error: Error downloading

I'm not sure if this is the right forum to discuss git-lfs but as we have a tag for it …

git github git-lfs
Git pull - smudge filter lfs failed

I'm attempting to pull code onto our server from Github (git pull origin master). This worked before. However, now, I'm …

git github git-lfs