git push 时 error: RPC failed; HTTP 400 curl 55 Send failure: Connection was reset 问题
问题截图:
原因:http缓存不够
解决:
// 加大缓存
git config --global http.postBuffer 524288000
参考:
https://blog.csdn.net/Sweet__Cat/article/details/86143510
https://blog.csdn.net/qq_34121797/article/details/79561110