以github
导入到gitee
为例
- 克隆待导入的git仓库
git clone --bare https://github.com/kmalloc8/old.git
- 把该仓库推送到新的仓库
cd old.git
git push --mirror https://gitee.com/kmalloc8/new.git
- 删除
cd ..
rm -rf old.git
以github
导入到gitee
为例
git clone --bare https://github.com/kmalloc8/old.git
cd old.git
git push --mirror https://gitee.com/kmalloc8/new.git
cd ..
rm -rf old.git