skip to Main Content

Fixed error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500

Counting objects: 10, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (10/10), done.
Writing objects: 100% (10/10), 174.03 KiB | 0 bytes/s, done.
Total 10 (delta 6), reused 0 (delta 0)
error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500 Internal Server Error
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date

Increase the global Git buffer size to the largest individual file size:

git config --global http.postBuffer 157286400

Or just for your repo:

cd your_repo
git config http.postBuffer 157286400

This Post Has 0 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Back To Top
Search