Does Git have a limit on how much data can be stored in a first push? I am moving all of my websites into Git, some are years old of data. I downloaded the site, created a repository and ran
$ git add .
At some point it will say the nothing can be written to the index. Basically locking it up and nothing can go through. Is there something I am missing?
The total size of the site is 1GB, I am sure i could cut that down, but it's a lot of user PDFs and media presentations. Is Git my true solution, or is mercurial?