Skip to content
Snippets Groups Projects
Commit 99d5d016 authored by Grzegorz Gwóźdź's avatar Grzegorz Gwóźdź Committed by Robert Drab
Browse files

README.md: Add git RPC failed workaround description


Signed-off-by: default avatarGrzegorz Gwóźdź <grzegorz.gwozdz@huawei.com>
parent 5c4777b9
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,15 @@ To build the image, run: ...@@ -17,7 +17,15 @@ To build the image, run:
bitbake openharmony-standard-image bitbake openharmony-standard-image
To run it, run the this commands after successfully completing the above build command:
You may encounter error `RPC failed` during fetching files from gitee.com. In order to fix it, run following commands:
git config --global http.postBuffer 1048576000
git config --global https.postBuffer 1048576000
and rebuild the image.
To run the image, run this command after successfully completing the above build command:
runqemu serialstdio nographic slirp runqemu serialstdio nographic slirp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment