Reputation: 1423
I've encountered the 10 projects limit in GitLab. I looked in /etc/gitlab/gitlab.rb
and couldn't find a mention to that number or limit.
How can the 10 projects per person limit be changed?
I'm running GitLab CE 7.10.1-omnibus.2 on Ubuntu 14.04.
Upvotes: 5
Views: 9243
Reputation: 620
Already created users will retain the lower limit, even after you boost it. Think of the systemwide limit as a number applied only when users get created. I had to edit the individual user to set the limit higher, since it didn't pick up on the increased default limit. The URL for the individual user is here:
/admin/users/HANDLE/edit
Upvotes: 6
Reputation: 306
Use your admin account to login to GitLab and visit http://your_gitlab_host/admin/application_settings
to change default_projects_limit
value as you wish.
Upvotes: 4