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

后端 未结 8 796
广开言路
广开言路 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 05:02

    If the following command not works:

    git config http.postBuffer 24288000
    

    Try this command:

    git config --add core.compression -1
    

提交回复
热议问题