Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们办公室有一个 gitlab 设置,我希望能够通过命令行在它上面制作项目我一直在使用 http curl 这样做,但它总是以我的名义制作项目,而不是在 root [ /] 命名空间
curl --header "PRIVATE-TOKEN: 5xgss2ZZNcaWp4Hd" --data "name=testcurl9" http://192.168.1.91/gitlab/api/v3/projects
我真的不知道,因为 gitlabhq api 似乎没有任何选择
在 GitLab 6.0 中删除了 global/root 命名空间。项目可以位于成员的命名空间中,也可以位于组的命名空间中。