This is due to git/https buffer settings.
Run this (taken from Git fails when pushing commit to github):
git config http.postBuffer 524288000
Then, run your original command again.
This is due to git/https buffer settings.
Run this (taken from Git fails when pushing commit to github):
git config http.postBuffer 524288000
Then, run your original command again.