在阿里云code里面新建一個空的同名項目
把源項目從gitlab上clone下來
進入項目目錄
執(zhí)行以下代碼
$ git init
$ git remote add <branch-name> <阿里云code項目地址领跛,例:git@code.aliyun.com:Chan/test.git>
$ git add .
$ git commit
$ git push -u <branch-name> <branch-name>
這里只能一個一個branch來遷移吠昭,如果項目有幾個branch,那么就必須checkout到相應(yīng)的branch再執(zhí)行以上操作