AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# 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 ```