@agowa338

That didn't work. šŸ˜”

I'm pretty sure that setting only applies to core #Git (which I believe uses #curl), not LFS (which is a Go program with a completely different HTTP stack).

That's actually an issue on Windows too. IIRC, you can set the sslBackend to schannel on Windows to make Git use Windows' certificate store (instead of plain certificate files like OpenSSL), but this *also* won't work with LFS!

Maybe we could convince the #GitLFS devs to rewrite it in #libcurl? 🤭

Well, #Apple has put me in a bit of a pickle.

I work for an org with a private #CA that issues 50-year #TLS certificates. One such certificate protects #Git repos on a #Forgejo instance.

#GitLFS on #macOS says the cert is ā€œnot standards compliantā€!

The CA/B standards on certificate lifetime aren't supposed to apply to private CAs (that's the org's business, not the CA/B Forum's), but for reasons I cannot fathom, Apple enforces them on private CAs too…and therefore so does Git-LFS! šŸ¤¦ā€ā™‚ļø

I've tried to google for solutions to this issue but they all just talk about files matching files in .gitattributes, but this repo has no .gitattributes file. It seems like git literally just automatically decided that no, those files should be in LFS #gitlfs #github
šŸš€ Breaking News: The future of large files in #Git is... wait for it... Git! šŸŽ‰ Tyler Cipriani unveils the groundbreaking revelation that Git is working on its own solution to large files, because apparently, nothing screams #innovation like removing the convenience of Git LFS only to reinvent it internally! šŸ¤¦ā€ā™‚ļøāœØ
https://tylercipriani.com/blog/2025/08/15/git-lfs/ #LargeFiles #GitLFS #GitHub #TylerCipriani #TechNews #HackerNews #ngated
The future of large files in Git is Git - Tyler Cipriani

Hey anybody used https://statichost.eu before? Apparently it's an EU static site provider that offers many things Netlify offers like automatic deploys and continuous integration. They apparently offer a global CDN too. Looks promising especially since they claim a focus on privacy. Just hoping maybe a fellow nerd tried them out before :)

#staticHost #staticHosting #webDev #PaaS #git #codeberg #forgejo #gitea #ciCD #gitLFS #staticSite #eu

statichost.eu - 100% European static site hosting

Static hosting for frontend developers who care where their sites live. Git push, custom domain, done — on European infrastructure owned by Europeans, all the way down.

statichost.eu
@DerpDerpington @nixCraft what happens to gitlab and gitlab.com in all of this? Microsoft is still behind it all, and #gitlab already has stealth proprietary features like #gitLFS built into it.
The best part about writing your own #GitLFS server is that the API "specification" provided by the Git LFS project is basically Just a Bunch of Markdown Files 😬😬😬

clone2leak, czyli jak drobne szczegóły powodują wyciekanie poświadczeń

Git to bezdyskusyjnie jeden z najpopularniejszych systemów zarządzania wersjami. Zaadoptowany przez wiele organizacji (np. GitHuba) doczekał się wsparcia w postaci różnych narzędzi, takich jak GitHub Desktop czy Git LFS. To z kolei pociągnęło za sobą konieczność współdzielenia poświadczeń użytkownika. Niestety nie wszystkie sprawdzenia dokonywane były z należytą starannością i badacz...

#WBiegu #Git #Gitcls #Gitdesktop #Gitlfs #Injection #Newline #Podatność

https://sekurak.pl/clone2leak-czyli-jak-drobne-szczegoly-powoduja-wyciekanie-poswiadczen/

clone2leak, czyli jak drobne szczegóły powodują wyciekanie poświadczeń

Git to bezdyskusyjnie jeden z najpopularniejszych systemów zarządzania wersjami. Zaadoptowany przez wiele organizacji (np. GitHuba) doczekał się wsparcia w postaci różnych narzędzi, takich jak GitHub Desktop czy Git LFS. To z kolei pociągnęło za sobą konieczność współdzielenia poświadczeń użytkownika. Niestety nie wszystkie sprawdzenia dokonywane były z należytą starannością i badacz...

Sekurak

I was too shy to try it but now I got more pressure to do so. And yes! Git LFS (Large Files Storage) extension is really cool šŸ˜Ž:

https://www.youtube.com/watch?v=xPFLAAhuGy0

#git #gitlab #github #gitlfs

045 Introduction to Git LFS (Large File Storage)

Today I'm introducing you to Git LFS which is a popular add-on to git that provides an efficient mechanism for tracking large (typically binary) files. The ...

YouTube

If you want to use Restic (or any other deduplicating backup tool) for backing up Git repositories with lots of large binary files, this blogpost might be helpful: https://olivergerlich.wordpress.com/2025/01/10/efficient-backup-of-a-git-repository-with-deduplication/ .
Unfortunately I did not find an _easy_ solution for this; but at least it is possible to make space-efficient backups in this case.

#Backup #Git #Restic #BorgBackup #GitLFS #gitannex #Hachoir

Efficient Backup of a Git Repository with Deduplication

Summary: when using a deduplicating backup tool (like Restic or Borg) to back up a Git repository with large binary files, deduplication will not work as desired, and the large files will take up t…

Olivers Weblog