not able to push file more than 100mb to git hub

后端 未结 2 1281
南方客
南方客 2021-01-24 01:30

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

2条回答
  •  北海茫月
    2021-01-24 02:04

    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.

提交回复
热议问题