problem description
I set up a git server on my server and intend to push a project. There are more than 7000 project files with a size of about 170m. As a result, the push failed with the following error. Is it because the files are too many and too large (I successfully pushed the files in another warehouse on the same server)?
I looked it up on the Internet, and there are some explanations as follows:
- permission problem, but I saw that permission is fine I tried the problem of
- swap by following the steps over there, but it still didn"t solve .
- GitHub has upload size limit. I don"t know if I have upload size limit on my own.
ask the gods, how can I solve this problem?