send-pack: unexpected disconnect while reading sideband packet FIX RECOMMENDATION
parent
b4ae0b5459
commit
7fba71bd00
|
@ -31,3 +31,11 @@ git clone http://git.community.i2p/community/docs.git
|
|||
```bash
|
||||
git config --global --unset http.http://git.community.i2p.proxy
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Из-за медленного соединения, при отправке локальных изменений, локальное приложение гит может обрывать операцию по таймауту (сообщение вроде `send-pack: unexpected disconnect while reading sideband packet`). Чтобы минимизировать возникновение этой проблемы, следует увеличить размер буфера (например, до 500МБ - с запасом):
|
||||
|
||||
```bash
|
||||
git config --global http.postBuffer 524288000
|
||||
```
|
Loading…
Reference in New Issue