when i deal with the error installing Flipper in React Native,some new error shows, just like this:
网络异常,图片无法展示
|
the mian message is curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
。
so maybe we can change the http protocol version of git:
git config --global http.version HTTP/1.1 复制代码
EXTRA
And if you encounter some else error,for example:92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
that's maybe because the file size is not small, or the internet speed is slow,maybe you can try:
git config --global http.postBuffer 157286400