在 master 分支上面有 N 个 commit ,现在要把这些 commit 合并为一个,我就用git rebase -i 23364d
把这些 commit 合并了,然后再往服务器 push ,结果就报错
Counting objects: 2, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (2/2), 665 bytes | 0 bytes/s, done.
Total 2 (delta 0), reused 1 (delta 0)
remote: error: insufficient permission for adding an object to repository database objects
remote: fatal: failed to write object 33a66d58ac89fb134a8fcaeaf671b233de675924
error: unpack failed: unpack-objects abnormal exit
To http://192.168.0.111:8080/release.git
! [remote rejected] master -> master (unpacker error)
error: failed to push some refs to 'http://192.168.0.111:8080/release.git'
然后我就照着 so 上面有人的答案git repack master
之后再 push ,还是一样的错误,没办法 push 到服务器,这个怎么解决?
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.