Error:
- PUSH to GitBucket from Sourcetree
- RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
Resolution:
git config http.postBuffer 524288000
- It might be because of the large size of repository and default buffer size of git so by doing above(on git bash), git buffer size will get increase.
Comments