Git異常The remote end hung up unexpectedly解決方案

場景git

        $ git clone https://github.com/shimat/opencvsharp.git
Cloning into 'opencvsharp'...
remote: Enumerating objects: 135, done.
remote: Counting objects: 100% (135/135), done.
remote: Compressing objects: 100% (90/90), done.
error: RPC failed; curl 56 SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed







github


解決方案網絡

            公司網絡慢所以設置git配置參數,不然所以超時退出curl

$ git config --global http.lowSpeedLimit 0ide

$ git config --global http.lowSpeedTime 999999post

$ git config --global http.postBuffer 5242880url

相關文章
相關標籤/搜索