本文主要是介绍ubuntu下git报错fatal: The remote end hung up unexpectedly解决方案,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
报错信息如下:
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
解决方案:
git config http.postBuffer 524288000
若报错:
则使用命令:
git config --global http.postBuffer 524288000
命令作用:调整缓存大小为500M
这篇关于ubuntu下git报错fatal: The remote end hung up unexpectedly解决方案的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!