$ git push origin master Pushing to https://git.example.com/repos/test.git POST git-receive-pack (chunked) error: RPC failed; result=22, HTTP code = 411 fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly Everything up-to-date Completed with errors, see above
то вам поможет увеличение значения параметра http.postBuffer (значение по-умолчанию: 1MB). Чтобы увеличить значение до 50MB выполните
$ git config --global http.postBuffer 52428800
Решение подсмотрено на stackoverflow.com.
Комментариев нет:
Отправить комментарий