Git postBuffer Config


error: unable to rewind rpc post data - try increasing http.postBuffer

error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54


if you get error above, you can configure your git with these steps.

  • git config --global http.postBuffer 2097152000
  • git config --global https.postBuffer 2097152000
Source :

https://stackoverflow.com/questions/38496961/trying-to-push-to-master-is-returning-with-errors/38841800

Comments