When trying to commit the code to https://deveo.com/ via git

git push

I got these error

Compressing objects: 100% (2780/2780), done.
error: RPC failed; result=22, HTTP code = 411
fatal: The remote end hung up unexpectedly
Writing objects: 100% (2881/2881), 6.51 MiB | 1.94 MiB/s, done.
Total 2881 (delta 703), reused 0 (delta 0)
fatal: recursion detected in die handler
Everything up-to-date

After google, i found out how to resolve it, just use 

git config http.postBuffer 524288000

 

Have fun with Git!

相关文章:

  • 2022-12-23
  • 2021-09-22
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2021-12-05
猜你喜欢
  • 2022-02-27
  • 2021-12-08
  • 2021-07-22
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案