我在这方面很新,但我正在尝试推送到master我的存储库中的分支,而我想要推送的分支刚刚超过1GB.源树回来时出现以下错误:
git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags --set-upstream origin master:master
POST git-receive-pack (chunked)
error: unable to rewind rpc post data - try increasing http.postBuffer
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
error: RPC failed; curl 56 SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
Completed with errors, see above.
Run Code Online (Sandbox Code Playgroud)
我做错了什么,这意味着什么?