Error installing hermes-engine in React Native

简介: Error installing hermes-engine in React Native

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



相关文章
|
前端开发
Error installing Flipper in React Native
Error installing Flipper in React Native
274 0
|
11月前
|
前端开发
前端学习笔记202305学习笔记第二十九天-React keep alive原理之2
前端学习笔记202305学习笔记第二十九天-React keep alive原理之2
50 0
|
11月前
|
前端开发
前端学习笔记202306学习笔记第四十八天-react-admin marmelab之8
前端学习笔记202306学习笔记第四十八天-react-admin marmelab之7
35 0
|
2月前
|
前端开发 JavaScript
前端知识笔记(二十六)———React如何像Vue一样将css和js写在同一文件
前端知识笔记(二十六)———React如何像Vue一样将css和js写在同一文件
43 1
|
8月前
|
前端开发
前端笔记:React的form表单全部置空或者某个操作框置空的做法
在React框架前端开发中,经常会有弹出框的开发,涉及到弹出框,难免就会有表单。一般在关闭弹出框或者对表单联动时,往往都需要考虑对表单进行置空操作了。
66 0
|
11月前
|
Web App开发 前端开发 JavaScript
前端学习笔记202307学习笔记第五十七天-模拟面试笔记react-fiber解决了什么问题
前端学习笔记202307学习笔记第五十七天-模拟面试笔记react-fiber解决了什么问题
56 0
|
11月前
|
JavaScript 前端开发 调度
前端学习笔记202307学习笔记第五十七天-模拟面试笔记react-fiber和虚拟dom关系
前端学习笔记202307学习笔记第五十七天-模拟面试笔记react-fiber和虚拟dom关系
87 0
|
11月前
|
前端开发
前端学习笔记202305学习笔记第二十九天-React keep alive原理之1
前端学习笔记202305学习笔记第二十九天-React keep alive原理之1
36 0
|
11月前
|
前端开发
前端学习笔记202305学习笔记第二十九天-React keep alive原理之4
前端学习笔记202305学习笔记第二十九天-React keep alive原理之4
35 0
|
11月前
|
前端开发
前端学习笔记202305学习笔记第二十九天-React keep alive原理之5
前端学习笔记202305学习笔记第二十九天-React keep alive原理之5
35 0