HTTP/2 stream 1 was not closed cleanly before end of the underlying stream解决

猕猴桃姑娘 / 2023-07-19 / 原文

通过git clone 文件时报错

 HTTP/2 stream 1 was not closed cleanly before end of the underlying stream

解决:

git config --global http.versioin HTTP/1.1

重新git clone 就可以了。

 

有问题欢迎一起讨论~