用 mirror 方式迁移,避免一个一个分支点 clone 旧库 git clone --mirror ssh://git@git.xxxxxx.git push 到新库 git push --mirror http://git.xxxxx.git
git clone --mirror ssh://git@git.xxxxxx.git
git push --mirror http://git.xxxxx.git