通过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 就可以了。
了解HTTP/2与HTTP/1.1区别:https://www.cnblogs.com/flydean/p/15187719.html
有问题欢迎一起讨论~
标签:cleanly,git,HTTP,stream,underlying,end,before From: https://www.cnblogs.com/mihoutaoguniang/p/17566165.html