we just try to move our project from old server to gitlab.and I choose to use the method
git clone --bare git@xxx.git
git push --mirror gitlab git@xxx.git
However,three of my four projects are behave ok,just the left one occour the problem. I have tried
git ls-tree
and
git replace
it won't work. and as I am almost a new to git,I don't know what to do,anyone can help? 3Q