git bash: error: RPC failed; result = 18, HTP code = 200B | 1KiB/s

后端 未结 8 797
广开言路
广开言路 2020-12-09 04:15

When I try to clone on git bash, I receive this error:

$git clone 
Cloning into \'name_project\'...
Password for \'\':
remote: Counti         


        
8条回答
  •  感情败类
    2020-12-09 04:40

    I faced with this problem using git in Kubuntu. I've also noticed overall instability in networking and found a solution.

    in /etc/resolv.conf add the line to the end of the file

    options single-request

    This fixed delays before every domain name resolution and git started to work like a charm after this.

提交回复
热议问题