Can't push to GitHub error: pack-objects died of signal 13

前端 未结 6 1511
醉话见心
醉话见心 2020-12-03 17:32

I\'m having trouble pushing my local folder to my remote repository on GitHub.

After I push it gets to around 96% then shows this..

Counting objects:         


        
6条回答
  •  自闭症患者
    2020-12-03 18:02

    I had a similar problem. I was adding huge datasets (8.2, 2.3, 3.5 GB as zip) to the repo. All I had to do is to push those files one at a time instead of pushing all 15GB together.

提交回复
热议问题