Код: Выделить всё
Cloning into '/Users/name/Documents/appname'...
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 2945 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Код: Выделить всё
$ git config --global http.version HTTP/1.1
$ git config http.postBuffer 524288000
Может ли кто-нибудь подсказать, почему это происходит?
Подробнее здесь: https://stackoverflow.com/questions/791 ... -in-mac-os