Pages

Tuesday, January 15, 2013

GIT push : The remote end hung up unexpectedly



Problems
$ git push -u origin master
Password for 'https://......git'
error : RPC failed; result=55, HTTP code = 0
fatal : The remote end hung up unexpectedly
fatal : The remote end hung up unexpectedly
Everything up-to-date
solution : commit size (default is < 1Mbyte) --> tăng commit size lên.
// tăng lên 500M
git config --global http.postBuffer 524288000
refer link https://bitbucket.org/site/master/issue/3578/cannot-push-fatal-the-remote-end-hung-up

No comments:

Post a Comment