DEV Community

Samuel Adekunle
Samuel Adekunle

Posted on

How to fix git error: RPC failed; curl 56 GnuTLS

Run these commands and restart your system

git config --global http.postBuffer 1048576000
git config --global https.postBuffer 1048576000

Source

Top comments (0)