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

写最骚的代码發表於2024-08-19

fatal: the remote end hung up unexpectedly

原因使用http協議進行傳輸的快取區太小

解決方案:

將快取區提高到500MB或者更高,看自己的專案需要。

git config http.postBuffer 524288000 //500MB

相關文章