Reputation: 1646
I have successfully managed to upload project of size 876 MB on my Github repo by using code git config --global http.postBuffer 2097152000
but, I'am trying to deploy it on github pages from 5 days, and still no result. So many errors I'am encountering like 'pack out of memory', 'File too large'. I have even used above code, but, no effect. Is there any appropriate solution for this? Any suggestion or changes highly appreciated
Upvotes: 4
Views: 64
Reputation: 1325137
Beside checking with GitHub support, you should try an incremental approach and:
Upvotes: 1