I am upgrading an old Gitlab (manually installed) from 5.0 to 8.0 through 5.1, 6.0, 6.1, 7.14 and 8.0. Every steps were ok except the access through HTTPS with git command lines, in all versions.
A git clone over SSH iw working.
A git clone over HTTPS returns fatal: Authentication failed for
.
If I modify a project by placing it as public, git clone over HTTPS works.
Web interface is working fine and I can log in to without issue.
What I am missing in the configuration ?
The SSL certificate used is a Let's Encrypt certificate.
0 Answers