When i uploading a php project into existing repository which itself contains another project. Github through this error: "Yowza, that’s a big file. Try again with a file smaller than 25MB." My project folder size is in Kb's even not in Mb's.
Asked
Active
Viewed 1,344 times
2 Answers
1
Try and list all the files of your current repository, sorted by size.
Chances are, you have, by mistake, included one large binary.

VonC
- 1,262,500
- 529
- 4,410
- 5,250
-1
look, it's mb if kb is above 1024kb!
1024kb == 1MB so if you have 35000kb > 25000mb then Github tells you this error!
-
Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Apr 01 '23 at 04:44