关于git:error-RPC-failed-curl-56-GnuTLS-recv-error-54

46次阅读

共计 296 个字符,预计需要花费 1 分钟才能阅读完成。

问题形容:

在应用以下 clone 的时候
pip install git+https://github.com/ludlows/python-pesq
呈现以下谬误:

error: RPC failed; curl 56 GnuTLS recv error (-12): A TLS fatal alert has been received.
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date

解决办法:

git config --global http.postBuffer 1048576000 

具体详见:这里

正文完
 0