I have a GitLab 5.0 installation that suddenly, for no apparent reason, started failing git
commands on the 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
The error happens before any prompt for user/password. This happens for existing and new projects. The SSH URLs continue to work just fine. The GitLab UI on HTTP works fine too.
Any idea what might be wrong or how to troubleshoot it?