1、在gitlab上创建空项目,为项目创建另一个master分支,并将默认分支改成master(很重要)
2、将云效代码克隆至本地
git clone --mirror https://codeup.aliyun.com/653bceacea6fb/device-manage/agent.git
3、进入agent.git项目,push到gitlab(分支也都会迁移)
cd agent.git
git push --mirror https://gitlab.atstm.cc/tools/ali.git
暂无评论