Skip to content

Fix git fetching with changing postBuffer

While building, you may encounter an error connected with fetching files from gitee.com, with an error message in the log file:

error: RPC failed; curl 56 GnuTLS recv error (-9): Error decoding the received TLS packet.

In order to solve it, try following commands:

git config --global http.postBuffer 1048576000

git config --global https.postBuffer 1048576000

Edited by Grzegorz Gwóźdź
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information