Can't clone over https
Created by: foux
I'm using Gitlab 5.0.1 with an LDAP backend. My gitlab is running on a subdirectory.
Everything is working quite fine (execept for the icons on the web app not displaying, but that's not a blocker), except that I can't clone over http.
I've got no problem to clone over git, but when I try to clone over HTTP, I've got the following error :
NoMethodError (undefined method `include?' for nil:NilClass):
app/models/project.rb:126:in `find_with_namespace'
lib/gitlab/backend/grack_auth.rb:98:in `project'
lib/gitlab/backend/grack_auth.rb:25:in `call'
Any idea on how to solve this? Thanks