问题形容:

在应用以下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 unexpectedlyfatal: The remote end hung up unexpectedlyEverything up-to-date

解决办法:

git config --global http.postBuffer 1048576000 

具体详见:这里