sameersbn / docker-gitlab

Dockerized GitLab
http://www.damagehead.com/docker-gitlab/
MIT License
7.89k stars 2.14k forks source link

[17.3.4 - 17.5.0] can not clone or push to repository #3031

Open Basti-Fantasti opened 4 hours ago

Basti-Fantasti commented 4 hours ago

Hi all,

I just updated my gitlab instance today to 17.5.0 from 17.3.4 -> 17.4.2 -> 17.5.0

I set debug in the docker-compose file to true to get more information.

$ git push
remote:
remote: ========================================================================
remote:
remote: Internal API unreachable
remote:
remote: ========================================================================
remote:
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

But the repo exists, as I said I was able to clone it and push a single file once...

When now trying to git push one more time the git push command just hangs there...

EDIT 1: Without any issues I can clone the existing repo in a new folder and have the one file in it, which I just pushed to the empty repository.

Also adding a submodule fails. It starts enumerating but only creates the empty directory.

Basti-Fantasti commented 3 hours ago

This is strange... Now I reverted my gitlab back to 17.3.4 and it's not working there, too.

I need to talk to my colleagues next week to check if it's working on their projects. I've tried on two different PCs with different projects now with the same result.

I tried on

all show the same problem.

The clone process just hangs here:

remote: Enumerating objects: 9239, done.
remote: Counting objects: 100% (270/270), done.
remote: Compressing objects: 100% (267/267), done.