Подтвердить что ты не робот

Git push error: ошибка RPC; result = 56, HTTP-код = 0

Подробная информация:

Username for 'https://xiangwan.visualstudio.com': xiangwan
Password for 'https://[email protected]':
Counting objects: 85, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (58/58), done.
Writing objects: 100% (63/63), 20.67 KiB | 0 bytes/s, done.
Total 63 (delta 26), reused 1 (delta 0)
error: RPC failed; result=56, HTTP code = 0
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
  • установил git config http.postBuffer 524288000, все еще ошибку;
  • Только HTTPS аутентифицируется, нет SSH
4b9b3361

Ответ 1

Проблема наиболее вероятна, потому что ваш буфер git слишком низок.

Вам нужно будет увеличить HTTP-буфер Git s, установив.

git config --global http.postBuffer 2M