error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54 fatal: the remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed Failed during: git fetch origin --force
這是我在安裝homebrew 的時候報的一個錯誤,在此記錄一下解決辦法
問題很可能是因為您的git緩沖區太低。使用下面命令設置一下OK
git config http.postBuffer 524288000