I try to push comitted files, but it fails with the following message.
It worked well since last week, but it happened from yesterday.
Please advise me what is wrong.
% git push origin master
Enumerating objects: 33, done. Counting objects: 100% (33/33), done. Delta compression using up to 6 threads Compressing objects: 100% (25/25), done. error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500 send-pack: unexpected disconnect while reading sideband packet Writing objects: 100% (25/25), 4.96 MiB | 6.68 MiB/s, done. Total 25 (delta 17), reused 0 (delta 0), pack-reused 0 fatal: the remote end hung up unexpectedly
G'day, @amano21
Welcome to the community!
The error basically means a connection was dropped, potentially caused by either a slow internet connection or if the repository was too large. Could you try increasing your post buffers to see if that helps?
git config http.postBuffer 524288000
Regards,
Syahrul
Thank you for your answer.
I tried your advice, and it successfully worked!
I appreciate your information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.