# 下载旧镜像
git clone --mirror https://git.huanleguang.com/ai-dl/mnn_pc_demo
# 进入旧镜像
cd mnn_pc_demo.git/
# 链接新镜像
git push --no-verify --mirror git@gh.bbbb.com:mario/my-repo.git
# 设定远程地址
git remote set-url --push origin git@gh.bbbb.com:mario/my-repo.git
# 下载旧镜像
git clone --mirror https://git.huanleguang.com/ai-dl/mnn_pc_demo
# 进入旧镜像
cd mnn_pc_demo.git/
# 链接新镜像
git push --no-verify --mirror git@gh.bbbb.com:mario/my-repo.git
# 设定远程地址
git remote set-url --push origin git@gh.bbbb.com:mario/my-repo.git