使用SourceTree客戶端,向遠程倉庫推送時:RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large錯誤!html
百度一下:git
第一個解決辦法是:bash
在git bash中執行:git config http.postBuffer 524288000curl
成功後,再次提交,ok。post
有些博客,說這個辦法不靈,我試能夠。url
另外,提一下,若是在git bash中執行目錄,出現:fatal: Not a git repository (or any of the parent directories): .git.net
解決辦法是在git bash中執行:git inithtm
感謝:http://blog.csdn.net/s1674521/article/details/71844169blog
第二個解決辦法是:ip
來自http://www.cnblogs.com/lihaiping/p/6021813.html的博客,是使用ssl
目前,第一種我試了,能夠;第二種,試了,沒成功。