git error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500 fatal: the remote end hung up unexpectedly
git error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500
fatal: the remote end hung up unexpectedly
原因使用http协议进行传输的缓存区太小
解决方案:
将缓存区提高到500MB或者更高,看自己的项目需要。
git config http.postBuffer 524288000 //500MB
浙公网安备 33010602011771号