git提交代码报错 trailing whitespace的解决方法

1. git提交代码报错 trailing whitespace

禁止执行pre-commit脚本

进入到项目目录中

chmod a-x .git/hooks/pre-commit

2.git提交代码报错  error: RPC failed; HTTP 411 curl 22 The requested URL returned error: 411 Length Required
                              fatal: The remote end hung up unexpectedly,上传的包过大导致。

vim .git/config

添加:

  1. [http]  
  2. postBuffer = 524288000  

 

posted @ 2018-01-10 18:12  明天OoO你好  阅读(5505)  评论(0编辑  收藏  举报