How to change the project owner in GitLab

后端 未结 8 1680
醉酒成梦
醉酒成梦 2020-12-13 05:57

How can I change the project owner in GitLab?

There are options in project settings, but in the \"transfer\" field, it does not recognize any username or anything. I

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-13 06:11

    It is also possible to export the project and import it under a different user. This preserves commits and branches.

    Settings -> Advanced -> Export Project

    Then to import:

    New Project -> Import Project -> Gitlab Export

提交回复
热议问题