I am getting this error when I do so exceeds GitHub\'s file size limit of 100 MB Is there any way that I can push files more than 100 mb to git hub I am trying to push a zip fi
You will not be allowed to push files larger than 100MB. For more details check this link: GIT - working with large files
You can split up your zip file into 2 files of sizes less than 100MB and push the same.