Clone failed: RPC failed; curl 56 OpenSSL SSL_read: Connection was reset, errno 10054

問題:

Clone failed
            RPC failed; curl 56 OpenSSL SSL_read: Connection was reset, errno 10054
            the remote end hung up unexpectedly
            early EOF
            index-pack failed

 

 

解決辦法:

 

1.

$ git config --global http.sslVerify "false"

2.

$ git config http.postBuffer 524288000


3.

$ git clone https://github.com/Xxx/Yyy.git

 

參考:

https://blog.csdn.net/qq_29918313/article/details/104474362

https://blog.csdn.net/straightenupryan/article/details/97136776

 


 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章