ubuntu下git報錯fatal: The remote end hung up unexpectedly解決方案

ai-exception發表於2018-05-22

報錯資訊如下:

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

相關文章