Girl: RPC failed; HTTP 411 curl 22 the requested URL returned error: 411 length required:

The reason for this error is that git is limited in size via HTTP post and should be made larger:

Git config HTTP. PostBuffer 524288000

Read More: