The remote end hung up unexpectedly while git cloning

后端 未结 30 2654
旧时难觅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条回答
  •  旧时难觅i
    2020-11-22 09:30

    This worked for me, setting up Googles nameserver because no standard nameserver was specified, followed by restarting networking:

    sudo echo "dns-nameservers 8.8.8.8" >> /etc/network/interfaces && sudo ifdown venet0:0 && sudo ifup venet0:0
    

提交回复
热议问题