The remote end hung up unexpectedly while git cloning

后端 未结 30 2603
旧时难觅i
旧时难觅i 2020-11-22 09:02

My git client repeatedly fails with the following error after trying to clone the repository for some time.

What could be the issue here?

30条回答
  •  长情又很酷
    2020-11-22 09:43

    SOLVED WITH WIFI Router Setting :

    I got same issue when I am in wifi with Settings PPPoE(auto login by wifi router).

    Git download speed is very slow 15kb.

    packet_write_wait: Connection to 17.121.133.16 port 22: Broken pipe fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed

    Solution : 1. Changed setting to Dynamic IP, reboot wifi router. 2. From web browser login to Internet service provider portal (do not configure PPPoE , auto login from the wifi router).

    After changing Git download speed is 1.7MiB.

提交回复
热议问题