Bootstrap

git 提交错误 解决办法

http://t.csdn.cn/xzFZE

error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500

原因使用http协议进行传输的缓存区太小了

git config http.postBuffer 524288000

;