用tortoisebit push更新服务器端版本时,报错:
fatal: The remote end hung up unexpectedly
fatal: recursion detected in die handlererror: RPC failed; result=22, HTTP code = 411
Everything up-to-date
这是由于默认更新大小为1mb,超过此值就会报错。
解决方法是调高此值为512mb:
进入msysgit目录,双击msys.bat,在命令行中输入:$ git config --global http.postBuffer 524288000