問題敘述
在clone get時於到報錯
error: RPC failed; curl 56 GnuTLS recv error (-9): Error decoding the received TLS packet.
解決方式
使用指令
git config --global http.sslVerify false
git config --global http.postBuffer 1048576000
參考原文
解决git clone完成后提示error: RPC failed curl 56 GnuTLS recv error (-9) error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)