1. 从原git上clone bare下到本地
git clone --bare https://***.git
2. push mirror到目标仓库
git push --mirror https://***.git