相关疑难解决方法(0)

Git推送错误:解包失败:index-pack异常退出

我能够拉,但无法git推

$ git push -u origin master
Counting objects: 2031, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (1367/1367), done.
remote: fatal: early EOF
Writing objects: 100% (2031/2031), 34.33 MiB | 100.00 KiB/s, done.
Total 2031 (delta 659), reused 1056 (delta 324)
error: unpack failed: index-pack abnormal exit
To https://*********.git
 ! [remote rejected] master -> master (unpacker error)
error: failed to push some refs to 'https://*********
Run Code Online (Sandbox Code Playgroud)

我试过了 :

  • git重新包装
  • git git config --global core.compression 0

我已经提到了以下链接,但没有什么对我有用

Git …

git

9
推荐指数
2
解决办法
1万
查看次数

标签 统计

git ×1