gpt4 book ai didi

git - 尝试推送到 master 时返回错误

转载 作者:太空狗 更新时间:2023-10-29 12:56:18 26 4
gpt4 key购买 nike

我对此很陌生,但我正在尝试推送到我存储库中的 master 分支,而我尝试推送的分支刚刚超过 1GB。 Source Tree 返回时出现以下错误:

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.

我做错了什么,这是什么意思?

最佳答案

尝试修改git的postBuffer大小:

git config --global http.postBuffer 2097152000
git config --global https.postBuffer 2097152000

然后再次尝试推送。(2097152000byte == 2000mb)

关于git - 尝试推送到 master 时返回错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38496961/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com