try modify the postBuffer
size of git:
git config --global http.postBuffer 2097152000
git config --global https.postBuffer 2097152000
then try push again.
(2097152000byte == 2000mb)
try modify the postBuffer
size of git:
git config --global http.postBuffer 2097152000
git config --global https.postBuffer 2097152000
then try push again.
(2097152000byte == 2000mb)