git的异常情况
使用git clone时报错
Cloning into '某仓库'...
remote: Enumerating objects: 580, done.
error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
解决方案
当上面出现频率过高时,解决方案1
git config --global http.postBuffer 1048576000
https://stackoverflow.com/questions/38378914/how-to-fix-git-error-rpc-failed-curl-56-gnutls ↩︎

4万+

被折叠的 条评论
为什么被折叠?



