github the remote end hung up unexpectedly code example
Example 1: git fatal remote hung up unexpectedly
// Increase your buffer size
git config --global http.postBuffer 157286400
Example 2: fatal: the remote end hung up unexpectedly
git remote remove origin
git remote add origin https://gitlab.com/your-page/your-page.git
Example 3: the remote end hung up unexpectedly
git config --global http.postBuffer 100000000