1.git clone --mirror 源地址2.cd xxx.git目录,然后用命令git remote set-url --push origin设置镜像地址3.git fetch -p origin同步源信息4.git push --mirror上传到镜像仓库