Программы
Ошибка при git pull: HTTP code = 411

Ошибка при git pull: HTTP code = 411

$ git push origin master
 Password for 'https://bugov@www.***.ru':
 Counting objects: 1243, done.
 Delta compression using up to 4 threads.
 Compressing objects: 100% (1126/1126), done.
 error: RPC failed; result=22, HTTP code = 411
 fatal: The remote end hung up unexpectedly
 Writing objects: 100% (1243/1243), 4.32 MiB | 1.97 MiB/s, done.
 Total 1243 (delta 310), reused 0 (delta 0)
 fatal: The remote end hung up unexpectedly
 Everything up-to-date

Решение:

git config http.postBuffer 524288000 # 500Mb
Изображение Шпаргалка по командам Linux, FreeBSD и MacOS