git教程【转】

http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000

 

git push的时候报411问题【转】

使用git提交比较大的文件的时候可能会出现这个错误

error: RPC failed; result=22, HTTP code = 411
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date

这样的话首先改一下git的传输字节限制

git config http.postBuffer  524288000

PS:命令行下执行上面设置即可

相关文章:

  • 2021-11-20
猜你喜欢
  • 2021-11-18
  • 2021-05-29
  • 2021-11-08
  • 2021-05-11
  • 2021-11-30
  • 2021-11-17
相关资源
相似解决方案