Package managers like Cargo, Homebrew, CocoaPods, and others initially used git repositories as databases but encountered severe performance and scalability issues. These systems suffered from slow clones, massive repository sizes, and expensive git operations that degraded user experience, especially in CI environments. Most have migrated to HTTP-based solutions, CDNs, or sparse protocols for better performance, demonstrating that git's filesystem-based design makes it unsuitable as a database despite its initial appeal.