Enumerating objects: 60, done.
Counting objects: 100% (60/60), done.
Delta compression using up to 4 threads
Compressing objects: 100% (57/57), done.
Writing objects: 100% (58/58), 1.88 MiB | 5.94 MiB/s, done.
Total 58 (delta 7), reused 0 (delta 0)
error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
問題原因:由於提交文件內容過大,導致git報錯
解決方案:修改http請求最大容量 $ git config http.postBuffer 524288000