Gitlab Runner no access to private repository: HTTP Basic: Access denied

I have the same problem.

I solved it by edit the config.toml and and add the clone_URL.

[[runners]]
url = “https://gitlab.example.com
clone_url = “https://gitlab.example.com

Hope useful to you!

6 Likes