Lors de mon premier commit pour un site web au design volumineux, j’ai reçu l’erreur 10054 dans l’invite git, comme suit :
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-datePour résoudre ce problème, il faut augmenter la taille du buffer du paramètre de configuration http.postBuffer :
git config http.postBuffer 209715200