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

问题形容:

在应用以下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 

具体详见:这里

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理