I have a GitLab 5.0 installation that suddenly, for no apparent reason, started to crash git commands on HTTP URLs. Any command such as git clone/pull/push fails with the following error:
fatal: unable to access 'http://host/user/project.git/': The requested URL returned error: 403
Error before user / password request. This happens for existing and new projects. SSH URLs continue to work fine. GitLab's user interface on HTTP also works great.
Any idea what might be wrong or how to fix it?
source share