💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# Namespaces > 原文:[https://docs.gitlab.com/ee/raketasks/features.html](https://docs.gitlab.com/ee/raketasks/features.html) * [Enable usernames and namespaces for user projects](#enable-usernames-and-namespaces-for-user-projects) # Namespaces[](#namespaces-core-only "Permalink") 此 Rake 任务为项目启用[名称空间](../user/group/index.html#namespaces) . ## Enable usernames and namespaces for user projects[](#enable-usernames-and-namespaces-for-user-projects "Permalink") 此命令将启用 GitLab 4.0 中引入的名称空间功能. 它将移动每个项目在其名称空间文件夹中. Note: * **存储库位置将更改** ,因此您将需要**更新所有 Git URL**以指向新位置. * 可以在**个人资料>帐户中**更改用户名. 例如: * 旧路径: `git@example.org:myrepo.git` . * 新路径: `git@example.org:username/myrepo.git`或`git@example.org:groupname/myrepo.git` . ``` bundle exec rake gitlab:enable_namespaces RAILS_ENV=production ```