RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL

報錯:Git error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
git出現這個報錯是由於git push或者git pull的文件太大,超出了git默認的文件傳輸上限。
解決方法:
git config --global http.postBuffer 524288000

git config --global http.postBuffer 1048576000
根據本身的須要設置git傳輸文件大小的上限git

相關文章
相關標籤/搜索