During my first commit for a website with a voluminous design, I received the error 10054 in the prompt git as follows:
Error encountered while pushing to the remote repository: Git failed with a fatal error.
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
error: RPC failed; curl 56 SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
Pushing to https://aclerbois.visualstudio.com/DefaultCollection/PROJECTNAME/_git/REPO
Everything up-to-date
To solve this problem, the Buffer size of the http.postBuffer configuration parameter must be increased:
git config http.postBuffer 209715200