[問題解法紀錄] git clone error(-9)報錯

問題解法紀錄 · 2024-04-07 · 233 人瀏覽過

問題敘述

在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)

git git config
Theme Jasmine by Kent Liao