git-svn - #object# doesn't exist in the repository at /opt/local/libexec/git-core/git-svn line 4706

后端 未结 3 1438
抹茶落季
抹茶落季 2021-02-04 06:48

on

git svn dcommit

it starts commiting and then I get this

A   spec/controllers/authenticated_system_spec.rb
A   spec/controlle         


        
3条回答
  •  不思量自难忘°
    2021-02-04 07:22

    I had this same problem (where I had done a git clone and I'm using git svn). Here's the command I used to remove the submodule:

    git filter-branch --index-filter \
    'git rm --cached --ignore-unmatch path/to/the/formerly/misbehaving/module'
    

    I found this wonderful solution on this blog

提交回复
热议问题