【发布时间】:2020-10-26 10:26:53
【问题描述】:
我正在尝试将我的代码从旧存储库推送到新存储库,因为我的旧存储库似乎以某种方式损坏了
出现以下错误:
Counting objects: 19815, done.
Compressing objects: 100% (5264/5264), done.
Writing objects: 100% (19815/19815), 44.91 MiB | 134.87 MiB/s, done.
Total 19815 (delta 14641), reused 19405 (delta 14283)
error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400 Bad Request
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
我试过git config http.postBuffer 524288000,但它没有帮助我什至尝试做git push --force origin和git push --all,但收到同样的错误
【问题讨论】:
标签: git version-control gitlab git-push